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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  904   for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {
  904   for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {
  904   for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {
  906         IsMicrosoftJumpWarning(JumpDiagError, Scopes[I].InDiag))
  907       ToScopesWarning.push_back(I);
  908     else if (IsCXX98CompatWarning(S, Scopes[I].InDiag))
  909       ToScopesCXX98Compat.push_back(I);
  910     else if (Scopes[I].InDiag)
  911       ToScopesError.push_back(I);