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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  630     for (SwitchCase *SC = SS->getSwitchCaseList(); SC;
  631          SC = SC->getNextSwitchCase()) {
  631          SC = SC->getNextSwitchCase()) {
  632       if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC)))
  635       if (CaseStmt *CS = dyn_cast<CaseStmt>(SC))
  637       else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC))
  640         Loc = SC->getBeginLoc();
  641       CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,