Searched refs:LastDiagLevel (Results 1 – 3 of 3) sorted by relevance
494 DiagnosticIDs::Level LastDiagLevel; variable762 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()764 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored()771 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()897 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
764 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()767 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()785 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
130 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()