Home
last modified time | relevance | path

Searched refs:LastDiagLevel (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/Basic/
DDiagnostic.h481 DiagnosticIDs::Level LastDiagLevel; variable
717 if (LastDiagLevel == DiagnosticIDs::Fatal) in setLastDiagnosticIgnored()
719 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored()
726 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
848 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()
/external/llvm-project/clang/lib/Basic/
DDiagnosticIDs.cpp745 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
748 Diag.LastDiagLevel = DiagLevel; in ProcessDiag()
766 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
DDiagnostic.cpp145 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()