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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  872   if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(From)))
  877   unsigned FromScope = LabelAndGotoScopes[From];
  884   if (isa<GotoStmt>(From) || isa<IndirectGotoStmt>(From)) {
  884   if (isa<GotoStmt>(From) || isa<IndirectGotoStmt>(From)) {
  889         S.Diag(From->getBeginLoc(), diag::warn_jump_out_of_seh_finally);