Home
last modified time | relevance | path

Searched refs:ParamType2 (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h176 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
178 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \
182 ParamType2, Param2, OverloadId) \ argument
188 ParamType2 const &A##Param2) \
197 ParamType2 const Param2; \
201 ParamType1 const &Param1, ParamType2 const &Param2) { \
208 ParamType2 const &Param2); \
317 Param1, ParamType2, Param2) \ argument
319 Param1, ParamType2, Param2, 0)
322 ParamType1, Param1, ParamType2, \ argument
[all …]