Home
last modified time | relevance | path

Searched refs:ParamMatcher (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5059 internal::Matcher<ParmVarDecl>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument
5077 hasParameter(ParamIndex, ParamMatcher)))), in AST_POLYMORPHIC_MATCHER_P2()
5079 hasParameter(ParamIndex, ParamMatcher)))))) in AST_POLYMORPHIC_MATCHER_P2()
5120 internal::Matcher<QualType>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument
5170 if (ParamMatcher.matches(ParamType, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2()
5177 hasParameter(ParamIndex, hasType(ParamMatcher))))), in AST_POLYMORPHIC_MATCHER_P2()
5179 hasParameter(ParamIndex, hasType(ParamMatcher))))))) in AST_POLYMORPHIC_MATCHER_P2()