Searched defs:ParamType1 (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 176 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 181 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 316 #define AST_POLYMORPHIC_MATCHER_P2(DefineMatcher, ReturnTypesF, ParamType1, \ argument 322 ParamType1, Param1, ParamType2, \ argument
|