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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  881   if (FromScope == ToScope) return;
  887     for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) {
  895   unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);