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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 6946             OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces, Captures))
 6966             OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces, Captures))
 6968     if (Cnt > 0 && IterSpaces[Cnt].CounterVar) {
 6970       auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar);
 7026   auto PreCond = ExprResult(IterSpaces[0].PreCond);
 7027   Expr *N0 = IterSpaces[0].NumIterations;
 7056                              PreCond.get(), IterSpaces[Cnt].PreCond);
 7058     Expr *N = IterSpaces[Cnt].NumIterations;
 7133   SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin();
 7260       llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) {
 7455       LoopIterationSpace &IS = IterSpaces[Cnt];
 7464                                   IterSpaces[K].NumIterations);