Searched refs:Param1 (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 175 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 177 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ 180 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 186 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \ 188 : Param1(A##Param1), Param2(A##Param2) {} \ 195 ParamType1 Param1; \ 200 ParamType1 const &Param1, ParamType2 const &Param2) { \ 202 new internal::matcher_##DefineMatcher##OverloadId##Matcher(Param1, \ 206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 315 Param1, ParamType2, Param2) \ argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 822 IdentifierLoc *Param1, IdentifierLoc *Param2, in create() argument 829 Param1, Param2, Param3, syntax)); in create() 1020 IdentifierLoc *Param1, IdentifierLoc *Param2, in addNew() argument 1023 Param1, Param2, Param3, syntax); in addNew()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | ProgrammersManual.rst | 1066 ``function_ref<Ret(Param1, Param2, ...)>`` can be implicitly constructed from 1067 any callable object that can be called with arguments of type ``Param1``,
|