Searched refs:ParamType1 (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 154 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 156 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ 159 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 165 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \ 172 ParamType1 const Param1; \ 176 inline internal::Matcher<Type> DefineMatcher(ParamType1 const &Param1, \ 183 ParamType1 const &Param1, ParamType2 const &Param2); \ 280 #define AST_POLYMORPHIC_MATCHER_P2(DefineMatcher, ReturnTypesF, ParamType1, \ argument 282 AST_POLYMORPHIC_MATCHER_P2_OVERLOAD(DefineMatcher, ReturnTypesF, ParamType1, \ 286 ParamType1, Param1, ParamType2, \ argument [all …]
|