Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h302 DiagnosticIDs::Level LastDiagLevel; variable
494 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()
496 LastDiagLevel = DiagnosticIDs::Ignored; in setLastDiagnosticIgnored()
618 LastDiagLevel = Other.LastDiagLevel; in notePriorDiagnosticFrom()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp628 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
631 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()
657 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
DDiagnostic.cpp111 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()