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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  119       assert(Scopes[B].ParentScope < B);
  120       B = Scopes[B].ParentScope;
  122       assert(Scopes[A].ParentScope < A);
  123       A = Scopes[A].ParentScope;
  747       Min = Scopes[Min].ParentScope;
  766           for (unsigned S = I->first; S != Scope; S = Scopes[S].ParentScope)
  779         Scope = Scopes[Scope].ParentScope;
  838   for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
  847   for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
  887     for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) {
  904   for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {