Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h177 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
179 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \
183 ParamType2, Param2, OverloadId) \ argument
189 ParamType2 const &A##Param2) \
198 ParamType2 Param2; \
202 ParamType1 const &Param1, ParamType2 const &Param2) { \
209 ParamType2 const &Param2); \
317 Param1, ParamType2, Param2) \ argument
319 Param1, ParamType2, Param2, 0)
322 ParamType1, Param1, ParamType2, \ argument
[all …]