Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13257 ArrayRef<Expr *> ArgsArray(Args, NumArgs); in CreateOverloadedUnaryOp() local
13279 AddNonMemberOperatorCandidates(Fns, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13282 AddMemberOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13286 AddArgumentDependentLookupCandidates(OpName, OpLoc, ArgsArray, in CreateOverloadedUnaryOp()
13292 AddBuiltinOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13345 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc, in CreateOverloadedUnaryOp()
13387 *this, OCD_AmbiguousCandidates, ArgsArray, in CreateOverloadedUnaryOp()
13710 ArrayRef<const Expr *> ArgsArray(Args, 2); in CreateOverloadedBinOp() local
13714 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
13715 ArgsArray = ArgsArray.slice(1); in CreateOverloadedBinOp()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h145 const ArgT *const ArgsArray[] = {&Args...};
146 return Func(ArrayRef<const ArgT *>(ArgsArray, sizeof...(ArgsT)));
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3869 TemplateArgumentLoc *ArgsArray = getTrailingObjects<TemplateArgumentLoc>(); in DependentFunctionTemplateSpecializationInfo() local
3871 new (&ArgsArray[I]) TemplateArgumentLoc(TArgs[I]); in DependentFunctionTemplateSpecializationInfo()