reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7339 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); 7340 if (!NextUB.isUsable()) 7343 NextUB = 7344 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); 7345 NextUB = 7346 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); 7347 if (!NextUB.isUsable()) 7566 Built.NUB = NextUB.get();