Searched refs:ParamType1 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 175 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 177 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ 180 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 186 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \ 195 ParamType1 Param1; \ 200 ParamType1 const &Param1, ParamType2 const &Param2) { \ 206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 314 #define AST_POLYMORPHIC_MATCHER_P2(DefineMatcher, ReturnTypesF, ParamType1, \ argument 316 AST_POLYMORPHIC_MATCHER_P2_OVERLOAD(DefineMatcher, ReturnTypesF, ParamType1, \ 320 ParamType1, Param1, ParamType2, \ argument [all …]
|