Home
last modified time | relevance | path

Searched refs:ParamType1 (Results 1 – 2 of 2) 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, \
181 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
187 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \
196 ParamType1 const Param1; \
201 ParamType1 const &Param1, ParamType2 const &Param2) { \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
316 #define AST_POLYMORPHIC_MATCHER_P2(DefineMatcher, ReturnTypesF, ParamType1, \ argument
318 AST_POLYMORPHIC_MATCHER_P2_OVERLOAD(DefineMatcher, ReturnTypesF, ParamType1, \
322 ParamType1, Param1, ParamType2, \ argument
[all …]
/external/webrtc/webrtc/base/
Dcallback.h.pump19 // CallbackN<ReturnType, ParamType1, ..., ParamTypeN>