Searched refs:Param2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h162 /// Type, DefineMatcher, ParamType1, Param1, ParamType2, Param2) { ... }
169 /// Param1, Param2: the parameters passed to the function; their types
176 Param2) \
178 Param2, 0)
181 ParamType2, Param2, OverloadId) \
187 ParamType2 A##Param2) \
188 : Param1(std::move(A##Param1)), Param2(std::move(A##Param2)) {} \
196 ParamType2 const Param2; \
200 ParamType1 Param1, ParamType2 Param2) { \
[all...]
H A DASTMatchersInternal.h1277 PolymorphicMatcherWithParam2(const P1 &Param1, const P2 &Param2) argument
1278 : Param1(Param1), Param2(Param2) {}
1286 return Matcher<T>(new MatcherT<T, P1, P2>(Param1, Param2));
1291 const P2 Param2; member in class:clang::ast_matchers::internal::PolymorphicMatcherWithParam2
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h768 IdentifierLoc *Param1, IdentifierLoc *Param2,
775 Param1, Param2, Param3, syntax));
966 IdentifierLoc *Param1, IdentifierLoc *Param2,
969 Param1, Param2, Param3, syntax);
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c3460 CHAR16 *Param2; local
3464 Param2 = GetNextParamStr (&TextDeviceNode);
3473 Sata->PortMultiplierPortNumber = (UINT16) Strtoi (Param2);

Completed in 62 milliseconds