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

References

tools/clang/lib/Sema/SemaStmt.cpp
 1750   if (BCFinder.BreakFound() && BreakParent) {
 1752       Diag(BCFinder.GetBreakLoc(), diag::warn_break_binds_to_switch);
 1754       Diag(BCFinder.GetBreakLoc(), diag::warn_loop_ctrl_binds_to_inner)
 1757   } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) {
 1758     Diag(BCFinder.GetContinueLoc(), diag::warn_loop_ctrl_binds_to_inner)