Searched defs:ParamType2 (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 154 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 160 ParamType2, Param2, OverloadId) \ argument 288 Param1, ParamType2, Param2) \ argument 293 ParamType1, Param1, ParamType2, \ argument
|