Searched refs:LastDiagLevel (Results 1 – 3 of 3) sorted by relevance
302 DiagnosticIDs::Level LastDiagLevel; variable499 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()501 LastDiagLevel = DiagnosticIDs::Ignored; in setLastDiagnosticIgnored()508 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()626 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
632 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()635 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()653 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
126 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()