Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h302 DiagnosticIDs::Level LastDiagLevel; variable
499 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()
501 LastDiagLevel = DiagnosticIDs::Ignored; in setLastDiagnosticIgnored()
508 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
626 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDDiagnosticIDs.cpp632 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
635 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()
653 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
HDDiagnostic.cpp126 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()