Lines Matching refs:ArgsArray
13239 ArrayRef<Expr *> ArgsArray(Args, NumArgs); in CreateOverloadedUnaryOp() local
13252 return CXXOperatorCallExpr::Create(Context, Op, Fn.get(), ArgsArray, in CreateOverloadedUnaryOp()
13261 AddNonMemberOperatorCandidates(Fns, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13264 AddMemberOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13268 AddArgumentDependentLookupCandidates(OpName, OpLoc, ArgsArray, in CreateOverloadedUnaryOp()
13274 AddBuiltinOperatorCandidates(Op, OpLoc, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp()
13327 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc, in CreateOverloadedUnaryOp()
13355 if (DiagnoseTwoPhaseOperatorLookup(*this, Op, OpLoc, ArgsArray)) in CreateOverloadedUnaryOp()
13369 *this, OCD_AmbiguousCandidates, ArgsArray, in CreateOverloadedUnaryOp()
13378 *this, OCD_AllCandidates, ArgsArray, UnaryOperator::getOpcodeStr(Opc), in CreateOverloadedUnaryOp()
13692 ArrayRef<const Expr *> ArgsArray(Args, 2); in CreateOverloadedBinOp() local
13696 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
13697 ArgsArray = ArgsArray.slice(1); in CreateOverloadedBinOp()
13713 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()