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

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  433   bool GetValueAsCString(lldb::Format format, std::string &destination);

References

tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  357     m_valobj->GetValueAsCString(lldb::eFormatDefault, value);
  359     m_valobj->GetValueAsCString(format, value);
tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  166   valobj.GetValueAsCString(lldb::eFormatUnicode8, value);
  192   valobj.GetValueAsCString(lldb::eFormatUnicode16, value);
  218   valobj.GetValueAsCString(lldb::eFormatUnicode32, value);