Lines Matching refs:ArgsArray
13428 ArrayRef<Expr *> ArgsArray(Args, NumArgs); in CreateOverloadedUnaryOp() local
13441 return CXXOperatorCallExpr::Create(Context, Op, Fn.get(), ArgsArray, in CreateOverloadedUnaryOp()
13450 AddNonMemberOperatorCandidates(Fns, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13453 AddMemberOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13457 AddArgumentDependentLookupCandidates(OpName, OpLoc, ArgsArray, in CreateOverloadedUnaryOp()
13463 AddBuiltinOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13516 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc, in CreateOverloadedUnaryOp()
13544 if (DiagnoseTwoPhaseOperatorLookup(*this, Op, OpLoc, ArgsArray)) in CreateOverloadedUnaryOp()
13558 *this, OCD_AmbiguousCandidates, ArgsArray, in CreateOverloadedUnaryOp()
13567 *this, OCD_AllCandidates, ArgsArray, UnaryOperator::getOpcodeStr(Opc), in CreateOverloadedUnaryOp()
13881 ArrayRef<const Expr *> ArgsArray(Args, 2); in CreateOverloadedBinOp() local
13885 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
13886 ArgsArray = ArgsArray.slice(1); in CreateOverloadedBinOp()
13902 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()