Lines Matching refs:ArgsArray
13581 ArrayRef<Expr *> ArgsArray(Args, NumArgs); in CreateOverloadedUnaryOp() local
13594 return CXXOperatorCallExpr::Create(Context, Op, Fn.get(), ArgsArray, in CreateOverloadedUnaryOp()
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()
13697 if (DiagnoseTwoPhaseOperatorLookup(*this, Op, OpLoc, ArgsArray)) in CreateOverloadedUnaryOp()
13711 *this, OCD_AmbiguousCandidates, ArgsArray, in CreateOverloadedUnaryOp()
13720 *this, OCD_AllCandidates, ArgsArray, UnaryOperator::getOpcodeStr(Opc), 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()
14071 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()