Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h494 DiagnosticIDs::Level LastDiagLevel; variable
762 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()
764 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored()
771 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
897 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp764 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
767 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()
785 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
H A DDiagnostic.cpp130 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()