Home
last modified time | relevance | path

Searched refs:LastDiagLevel (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DDiagnostic.h303 DiagnosticIDs::Level LastDiagLevel; variable
506 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()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp630 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
633 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()
651 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
DDiagnostic.cpp127 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()