Searched refs:NextLB (Results 1 – 1 of 1) sorted by relevance
5222 ExprResult NextLB, NextUB; in CheckOpenMPLoop() local5226 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in CheckOpenMPLoop()5227 if (!NextLB.isUsable()) in CheckOpenMPLoop()5230 NextLB = in CheckOpenMPLoop()5231 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in CheckOpenMPLoop()5232 NextLB = SemaRef.ActOnFinishFullExpr(NextLB.get()); in CheckOpenMPLoop()5233 if (!NextLB.isUsable()) in CheckOpenMPLoop()5357 Built.NLB = NextLB.get(); in CheckOpenMPLoop()