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

Overridden By

tools/lldb/source/DataFormatters/TypeFormat.cpp
  125 std::string TypeFormatImpl_Format::GetDescription() {
  198 std::string TypeFormatImpl_EnumType::GetDescription() {

References

tools/lldb/source/API/SBTypeFormat.cpp
  112     description.Printf("%s\n", m_opaque_sp->GetDescription().c_str());
tools/lldb/source/Commands/CommandObjectType.cpp
 1087                                           format_sp->GetDescription().c_str());
 1110                                           format_sp->GetDescription().c_str());
 2874         std::string description(formatter_sp->GetDescription());