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

References

tools/clang/include/clang/Basic/Diagnostic.h
  669     if (LastDiagLevel == DiagnosticIDs::Fatal)
  671     LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning;
  678     return LastDiagLevel == DiagnosticIDs::Ignored;
  800     LastDiagLevel = Other.LastDiagLevel;
  800     LastDiagLevel = Other.LastDiagLevel;
tools/clang/lib/Basic/Diagnostic.cpp
  133   LastDiagLevel = DiagnosticIDs::Ignored;
tools/clang/lib/Basic/DiagnosticIDs.cpp
  655     if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
  658     Diag.LastDiagLevel = DiagLevel;
  676        Diag.LastDiagLevel == DiagnosticIDs::Ignored))