You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
<tr><td>Matcher<<ahref="http://clang.llvm.org/doxygen/classclang_1_1ClassTemplateSpecializationDecl.html">ClassTemplateSpecializationDecl</a>></td><tdclass="name" onclick="toggle('hasTemplateArgument0')"><aname="hasTemplateArgument0Anchor">hasTemplateArgument</a></td><td>unsigned N, Matcher<<ahref="http://clang.llvm.org/doxygen/classclang_1_1TemplateArgument.html">TemplateArgument</a>> InnerMatcher</td></tr>
4257
-
<tr><tdcolspan="4" class="doc" id="hasTemplateArgument0"><pre>Matches classTemplateSpecializations where the n'th TemplateArgument
4258
-
matches the given InnerMatcher.
4265
+
<tr><tdcolspan="4" class="doc" id="hasTemplateArgument0"><pre>Matches classTemplateSpecializations, templateSpecializationType and
4266
+
functionDecl where the n'th TemplateArgument matches the given InnerMatcher.
4259
4267
4260
4268
Given
4261
4269
template<typename T, typename U> class A {};
<tr><td>Matcher<<ahref="http://clang.llvm.org/doxygen/classclang_1_1FunctionDecl.html">FunctionDecl</a>></td><tdclass="name" onclick="toggle('hasTemplateArgument2')"><aname="hasTemplateArgument2Anchor">hasTemplateArgument</a></td><td>unsigned N, Matcher<<ahref="http://clang.llvm.org/doxygen/classclang_1_1TemplateArgument.html">TemplateArgument</a>> InnerMatcher</td></tr>
4744
+
<tr><tdcolspan="4" class="doc" id="hasTemplateArgument2"><pre>Matches classTemplateSpecializations, templateSpecializationType and
4745
+
functionDecl where the n'th TemplateArgument matches the given InnerMatcher.
4746
+
4747
+
Given
4748
+
template<typename T, typename U> class A {};
<tr><td>Matcher<<ahref="http://clang.llvm.org/doxygen/classclang_1_1TemplateSpecializationType.html">TemplateSpecializationType</a>></td><tdclass="name" onclick="toggle('hasTemplateArgument1')"><aname="hasTemplateArgument1Anchor">hasTemplateArgument</a></td><td>unsigned N, Matcher<<ahref="http://clang.llvm.org/doxygen/classclang_1_1TemplateArgument.html">TemplateArgument</a>> InnerMatcher</td></tr>
5350
-
<tr><tdcolspan="4" class="doc" id="hasTemplateArgument1"><pre>Matches classTemplateSpecializations where the n'th TemplateArgument
5351
-
matches the given InnerMatcher.
5414
+
<tr><tdcolspan="4" class="doc" id="hasTemplateArgument1"><pre>Matches classTemplateSpecializations, templateSpecializationType and
5415
+
functionDecl where the n'th TemplateArgument matches the given InnerMatcher.
5352
5416
5353
5417
Given
5354
5418
template<typename T, typename U> class A {};
0 commit comments