Home
last modified time | relevance | path

Searched refs:GetErrorType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h41 virtual lldb::ErrorType GetErrorType() const = 0;
53 lldb::ErrorType GetErrorType() const override;
70 lldb::ErrorType GetErrorType() const override;
80 lldb::ErrorType GetErrorType() const override;
H A DDiagnosticsRendering.h72 lldb::ErrorType GetErrorType() const override;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp243 ErrorType CloneableECError::GetErrorType() const { in GetErrorType() function in CloneableECError
247 lldb::ErrorType MachKernelError::GetErrorType() const { in GetErrorType() function in MachKernelError
251 lldb::ErrorType Win32Error::GetErrorType() const { in GetErrorType() function in Win32Error
286 result = static_cast<const CloneableError &>(error).GetErrorType(); in GetType()
H A DDiagnosticsRendering.cpp19 lldb::ErrorType DiagnosticError::GetErrorType() const { in GetErrorType() function in lldb_private::DiagnosticError