Searched refs:NextLB (Results 1 – 1 of 1) sorted by relevance
3902 ExprResult NextLB, NextUB; in CheckOpenMPLoop() local3906 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in CheckOpenMPLoop()3907 if (!NextLB.isUsable()) in CheckOpenMPLoop()3910 NextLB = in CheckOpenMPLoop()3911 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in CheckOpenMPLoop()3912 NextLB = SemaRef.ActOnFinishFullExpr(NextLB.get()); in CheckOpenMPLoop()3913 if (!NextLB.isUsable()) in CheckOpenMPLoop()4034 Built.NLB = NextLB.get(); in CheckOpenMPLoop()