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

References

tools/clang/lib/Sema/SemaStmt.cpp
 1727     if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return;
 1732         LoopDRE->getDecl() != LastDRE->getDecl()) return;
 1736     S.Diag(LastDRE->getLocation(), diag::warn_redundant_loop_iteration)
 1737          << LastDRE->getDecl() << LastIncrement;