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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  847   for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
  847   for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
  847   for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
  848     if (IsCXX98CompatWarning(S, Scopes[I].InDiag))
  849       ToScopesCXX98Compat.push_back(I);
  850     else if (Scopes[I].InDiag) {
  852       S.Diag(Scopes[I].Loc, Scopes[I].InDiag);
  852       S.Diag(Scopes[I].Loc, Scopes[I].InDiag);