Lines Matching defs:NextLB
10051 ExprResult NextLB, NextUB, CombNextLB, CombNextUB;
10057 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get());
10058 if (!NextLB.isUsable())
10061 NextLB =
10062 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get());
10063 NextLB =
10064 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue=*/false);
10065 if (!NextLB.isUsable())
10081 if (!NextLB.isUsable())
10300 Built.NLB = NextLB.get();