reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectType.cpp
 1420   if (string_format->m_error.Fail()) {
 1422                                  string_format->m_error.AsCString("<unknown>"));
tools/lldb/source/DataFormatters/TypeSummary.cpp
   62     m_error = FormatEntity::Parse(format_cstr, m_format);
   65     m_error.Clear();
  105               m_error.Fail() ? " error: " : "",
  106               m_error.Fail() ? m_error.AsCString() : "",
  106               m_error.Fail() ? m_error.AsCString() : "",