reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 7328     NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get());
 7329     if (!NextLB.isUsable())
 7332     NextLB =
 7333         SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get());
 7334     NextLB =
 7335         SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false);
 7336     if (!NextLB.isUsable())
 7352       if (!NextLB.isUsable())
 7565   Built.NLB = NextLB.get();