Searched refs:ParamMatcher (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4694 internal::Matcher<ParmVarDecl>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 4712 hasParameter(ParamIndex, ParamMatcher)))), in AST_POLYMORPHIC_MATCHER_P2() 4714 hasParameter(ParamIndex, ParamMatcher)))))) in AST_POLYMORPHIC_MATCHER_P2() 4755 internal::Matcher<QualType>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 4805 if (ParamMatcher.matches(ParamType, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2() 4812 hasParameter(ParamIndex, hasType(ParamMatcher))))), in AST_POLYMORPHIC_MATCHER_P2() 4814 hasParameter(ParamIndex, hasType(ParamMatcher))))))) in AST_POLYMORPHIC_MATCHER_P2()
|