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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 7387     DistInc =
 7389     assert(DistInc.isUsable() && "distribute inc expr was not built");
 7390     DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(),
 7391                                  DistInc.get());
 7392     DistInc =
 7393         SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false);
 7394     assert(DistInc.isUsable() && "distribute inc expr was not built");
 7569   Built.DistInc = DistInc.get();