Searched refs:LastDiagLevel (Results 1 – 3 of 3) sorted by relevance
489 DiagnosticIDs::Level LastDiagLevel; variable757 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()
778 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()781 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()799 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
146 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()