Lines Matching refs:NewStart
7989 ExprResult NewStart = IsNonRectangularLB in buildCounterInit() local
7992 if (!NewStart.isUsable()) in buildCounterInit()
7994 if (!SemaRef.Context.hasSameType(NewStart.get()->getType(), in buildCounterInit()
7996 NewStart = SemaRef.PerformImplicitConversion( in buildCounterInit()
7997 NewStart.get(), VarRef.get()->getType(), Sema::AA_Converting, in buildCounterInit()
7999 if (!NewStart.isUsable()) in buildCounterInit()
8004 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterInit()
8034 ExprResult NewStart = SemaRef.ActOnParenExpr(Loc, Loc, Start.get()); in buildCounterUpdate() local
8035 if (!NewStart.isUsable()) in buildCounterUpdate()
8038 NewStart = tryBuildCapture(SemaRef, Start.get(), *Captures); in buildCounterUpdate()
8039 if (NewStart.isInvalid()) in buildCounterUpdate()
8046 NewStart.get()->getType()->isOverloadableType() || in buildCounterUpdate()
8051 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterUpdate()
8066 NewStart.get(), SavedUpdate.get()); in buildCounterUpdate()