Searched refs:LastDiagLevel (Results 1 – 2 of 2) sorted by relevance
545 Level LastDiagLevel; variable791 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()
135 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()