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

References

tools/lldb/source/Utility/Status.cpp
  101     m_string = rhs.m_string;
  101     m_string = rhs.m_string;
  132   if (m_string.empty()) {
  142       m_string = llvm::sys::StrError(m_code);
  155   if (m_string.empty()) {
  157       m_string.assign(default_error_str);
  161   return m_string.c_str();
  168   m_string.clear();
  186   m_string.clear();
  193   m_string = mssg;
  206     m_string.clear();
  217   m_string.clear();
  224   m_string.clear();
  232   m_string.clear();
  246   m_string = err_str;
  261     m_string.clear();
  275     m_string = buf.str();
  278     m_string.clear();