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);
  898   if (CommonScope == ToScope) return;
  904   for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {