Searched refs:ParamType1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 177 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 179 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ 182 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 188 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \ 197 ParamType1 Param1; \ 202 ParamType1 const &Param1, ParamType2 const &Param2) { \ 208 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 316 #define AST_POLYMORPHIC_MATCHER_P2(DefineMatcher, ReturnTypesF, ParamType1, \ argument 318 AST_POLYMORPHIC_MATCHER_P2_OVERLOAD(DefineMatcher, ReturnTypesF, ParamType1, \ 322 ParamType1, Param1, ParamType2, \ argument [all …]
|