Home
last modified time | relevance | path

Searched refs:LastDiagLevel (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h489 DiagnosticIDs::Level LastDiagLevel; variable
757 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()
759 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored()
766 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
892 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnosticIDs.cpp778 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
781 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()
799 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
H A DDiagnostic.cpp146 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()