Lines Matching refs:ArgsArray
14194 ArrayRef<Expr *> ArgsArray(Args, NumArgs); in CreateOverloadedUnaryOp() local
14214 return CXXOperatorCallExpr::Create(Context, Op, Fn.get(), ArgsArray, in CreateOverloadedUnaryOp()
14223 AddNonMemberOperatorCandidates(Fns, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
14226 AddMemberOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
14230 AddArgumentDependentLookupCandidates(OpName, OpLoc, ArgsArray, in CreateOverloadedUnaryOp()
14236 AddBuiltinOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
14292 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc, in CreateOverloadedUnaryOp()
14320 if (DiagnoseTwoPhaseOperatorLookup(*this, Op, OpLoc, ArgsArray)) in CreateOverloadedUnaryOp()
14334 *this, OCD_AmbiguousCandidates, ArgsArray, in CreateOverloadedUnaryOp()
14351 *this, OCD_AllCandidates, ArgsArray.drop_front(), in CreateOverloadedUnaryOp()
14680 ArrayRef<const Expr *> ArgsArray(Args, 2); in CreateOverloadedBinOp() local
14692 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
14693 ArgsArray = ArgsArray.slice(1); in CreateOverloadedBinOp()
14715 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()