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

References

tools/clang/lib/Sema/SemaStmt.cpp
 1713     if (S.Diags.isIgnored(diag::warn_redundant_loop_iteration,
 1726     if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return;
 1727     if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return;
 1734     if (BreakContinueFinder(S, Body).ContinueFound()) return;
 1736     S.Diag(LastDRE->getLocation(), diag::warn_redundant_loop_iteration)
 1738     S.Diag(LoopDRE->getLocation(), diag::note_loop_iteration_here)