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

Declarations

tools/clang/lib/Sema/JumpDiagnostics.cpp
   85   void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  610         CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
  622       CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
  641       CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,