Searched refs:LastDiagLevel (Results 1 – 3 of 3) sorted by relevance
488 DiagnosticIDs::Level LastDiagLevel; variable755 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()
745 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()748 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()766 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
145 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()