Searched refs:Param2 (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 176 Param2) \ argument 178 Param2, 0) 181 ParamType2, Param2, OverloadId) \ argument 187 ParamType2 const &A##Param2) \ 188 : Param1(A##Param1), Param2(A##Param2) {} \ 196 ParamType2 Param2; \ 200 ParamType1 const &Param1, ParamType2 const &Param2) { \ 203 Param2)); \ 207 ParamType2 const &Param2); \ 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 1068 ``Param2``, ..., and returns a value that can be converted to type ``Ret``.
|