Searched refs:ArgsArray (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12231 ArrayRef<Expr *> ArgsArray(Args, NumArgs); in CreateOverloadedUnaryOp() local 12242 return CXXOperatorCallExpr::Create(Context, Op, Fn, ArgsArray, in CreateOverloadedUnaryOp() 12251 AddFunctionCandidates(Fns, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp() 12254 AddMemberOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp() 12258 AddArgumentDependentLookupCandidates(OpName, OpLoc, ArgsArray, in CreateOverloadedUnaryOp() 12264 AddBuiltinOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp() 12317 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc, in CreateOverloadedUnaryOp() 12554 ArrayRef<const Expr *> ArgsArray(Args, 2); in CreateOverloadedBinOp() local 12558 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp() 12559 ArgsArray = ArgsArray.slice(1); in CreateOverloadedBinOp() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 114 const ArgT *const ArgsArray[] = {&Args...}; in Execute() local 115 return Func(ArrayRef<const ArgT *>(ArgsArray, sizeof...(ArgsT))); in Execute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 3553 TemplateArgumentLoc *ArgsArray = getTrailingObjects<TemplateArgumentLoc>(); in DependentFunctionTemplateSpecializationInfo() local 3555 new (&ArgsArray[I]) TemplateArgumentLoc(TArgs[I]); in DependentFunctionTemplateSpecializationInfo()
|