Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h488 DiagnosticIDs::Level LastDiagLevel; variable
755 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()
757 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored()
764 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
887 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp745 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
748 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()
766 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
H A DDiagnostic.cpp145 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()