Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h545 Level LastDiagLevel; variable
791 if (LastDiagLevel == Fatal) in setLastDiagnosticIgnored()
793 LastDiagLevel = IsIgnored ? Ignored : Warning; in setLastDiagnosticIgnored()
799 bool isLastDiagnosticIgnored() const { return LastDiagLevel == Ignored; } in isLastDiagnosticIgnored()
923 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp135 LastDiagLevel = Ignored; in Reset()
701 if (LastDiagLevel == Fatal) in ProcessDiag()
704 LastDiagLevel = DiagLevel; in ProcessDiag()
718 if (DiagLevel == Ignored || (DiagLevel == Note && LastDiagLevel == Ignored)) in ProcessDiag()