Searched refs:LastDiagLevel (Results 1 – 3 of 3) sorted by relevance
303 DiagnosticIDs::Level LastDiagLevel; variable506 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()508 LastDiagLevel = DiagnosticIDs::Ignored; in setLastDiagnosticIgnored()515 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()633 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
630 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()633 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()651 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
127 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()