Lines Matching full:diagnosticengine
16 #include "diagnosticEngine.h"
40 const DiagnosticStorage &DiagnosticEngine::GetDiagnosticStorage(DiagnosticType type) in GetDiagnosticStorage()
45 [[noreturn]] void DiagnosticEngine::Throw(ThrowableDiagnostic diag) const in Throw()
50 DiagnosticStorage DiagnosticEngine::GetAllDiagnostic() in GetAllDiagnostic()
67 DiagnosticStorage DiagnosticEngine::GetErrorDiagnostic() in GetErrorDiagnostic()
86 std::string DiagnosticEngine::PrintAndFlushErrorDiagnostic() in PrintAndFlushErrorDiagnostic()
98 void DiagnosticEngine::FlushDiagnostic() in FlushDiagnostic()
120 void DiagnosticEngine::InitializeSignalHandlers() in InitializeSignalHandlers()
127 bool DiagnosticEngine::IsAnyError() const noexcept in IsAnyError()
137 const DiagnosticBase &DiagnosticEngine::GetAnyError() const in GetAnyError()
148 bool DiagnosticEngine::IsError(DiagnosticType type) const in IsError()