Searched refs:GetErrorType (Results 1 – 4 of 4) sorted by relevance
41 virtual lldb::ErrorType GetErrorType() const = 0;53 lldb::ErrorType GetErrorType() const override;70 lldb::ErrorType GetErrorType() const override;80 lldb::ErrorType GetErrorType() const override;
72 lldb::ErrorType GetErrorType() const override;
243 ErrorType CloneableECError::GetErrorType() const { in GetErrorType() function in CloneableECError247 lldb::ErrorType MachKernelError::GetErrorType() const { in GetErrorType() function in MachKernelError251 lldb::ErrorType Win32Error::GetErrorType() const { in GetErrorType() function in Win32Error286 result = static_cast<const CloneableError &>(error).GetErrorType(); in GetType()
19 lldb::ErrorType DiagnosticError::GetErrorType() const { in GetErrorType() function in lldb_private::DiagnosticError