Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp13581 ArrayRef<Expr *> ArgsArray(Args, NumArgs); in CreateOverloadedUnaryOp() local
13603 AddNonMemberOperatorCandidates(Fns, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13606 AddMemberOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13610 AddArgumentDependentLookupCandidates(OpName, OpLoc, ArgsArray, in CreateOverloadedUnaryOp()
13616 AddBuiltinOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13669 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc, in CreateOverloadedUnaryOp()
13711 *this, OCD_AmbiguousCandidates, ArgsArray, in CreateOverloadedUnaryOp()
14050 ArrayRef<const Expr *> ArgsArray(Args, 2); in CreateOverloadedBinOp() local
14054 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
14055 ArgsArray = ArgsArray.slice(1); in CreateOverloadedBinOp()
[all …]
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h141 const ArgT *const ArgsArray[] = {&Args...};
142 return Func(ArrayRef<const ArgT *>(ArgsArray, sizeof...(ArgsT)));
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4029 TemplateArgumentLoc *ArgsArray = getTrailingObjects<TemplateArgumentLoc>(); in DependentFunctionTemplateSpecializationInfo() local
4031 new (&ArgsArray[I]) TemplateArgumentLoc(TArgs[I]); in DependentFunctionTemplateSpecializationInfo()