Searched refs:ParamMatcher (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerSizeEmptyCheck.cpp | 24 internal::Matcher<ParmVarDecl>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 41 hasParameter(ParamIndex, ParamMatcher)))), in AST_POLYMORPHIC_MATCHER_P2() 43 hasParameter(ParamIndex, ParamMatcher)))))) in AST_POLYMORPHIC_MATCHER_P2()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4820 internal::Matcher<ParmVarDecl>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 4838 hasParameter(ParamIndex, ParamMatcher)))), in AST_POLYMORPHIC_MATCHER_P2() 4840 hasParameter(ParamIndex, ParamMatcher)))))) in AST_POLYMORPHIC_MATCHER_P2() 4881 internal::Matcher<QualType>, ParamMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 4931 if (ParamMatcher.matches(ParamType, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2() 4938 hasParameter(ParamIndex, hasType(ParamMatcher))))), in AST_POLYMORPHIC_MATCHER_P2() 4940 hasParameter(ParamIndex, hasType(ParamMatcher))))))) in AST_POLYMORPHIC_MATCHER_P2()
|