Searched defs:DefineMatcher (Results 1 – 1 of 1) sorted by relevance
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchersMacros.h | 51 #define AST_MATCHER(Type, DefineMatcher) \ argument 83 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument 120 Type, DefineMatcher, ParamType1, Param1, ParamType2, Param2) \ argument 155 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ParamType, Param) \ argument 192 DefineMatcher, ParamType1, Param1, ParamType2, Param2) \ argument
|