Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h175 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
177 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \
181 ParamType2, Param2, OverloadId) \ argument
187 ParamType2 const &A##Param2) \
196 ParamType2 Param2; \
200 ParamType1 const &Param1, ParamType2 const &Param2) { \
207 ParamType2 const &Param2); \
315 Param1, ParamType2, Param2) \ argument
317 Param1, ParamType2, Param2, 0)
320 ParamType1, Param1, ParamType2, \ argument
[all …]