Searched refs:ParamMatcher (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5078 internal::Matcher<ParmVarDecl>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 5098 hasParameter(ParamIndex, ParamMatcher)))), in AST_POLYMORPHIC_MATCHER_P2() 5100 hasParameter(ParamIndex, ParamMatcher)))))) in AST_POLYMORPHIC_MATCHER_P2() 5141 internal::Matcher<QualType>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 5192 if (ParamMatcher.matches(ParamType, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2() 5199 hasParameter(ParamIndex, hasType(ParamMatcher))))), in AST_POLYMORPHIC_MATCHER_P2() 5201 hasParameter(ParamIndex, hasType(ParamMatcher))))))) in AST_POLYMORPHIC_MATCHER_P2()
|