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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  763         if (Reachable.test(Scope)) {
  766           for (unsigned S = I->first; S != Scope; S = Scopes[S].ParentScope)
  774         if (Scope == 0 || Scope < Min) break;
  774         if (Scope == 0 || Scope < Min) break;
  777         if (Scopes[Scope].OutDiag) break;
  779         Scope = Scopes[Scope].ParentScope;
  779         Scope = Scopes[Scope].ParentScope;