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

Overridden By

tools/lldb/source/Core/ValueObjectChild.cpp
   85 ConstString ValueObjectChild::GetDisplayTypeName() {
tools/lldb/source/Core/ValueObjectConstResult.cpp
  222 ConstString ValueObjectConstResult::GetDisplayTypeName() {
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
   80 ConstString ValueObjectDynamicValue::GetDisplayTypeName() {
tools/lldb/source/Core/ValueObjectMemory.cpp
  118 ConstString ValueObjectMemory::GetDisplayTypeName() {
tools/lldb/source/Core/ValueObjectRegister.cpp
   56 ConstString ValueObjectRegisterContext::GetDisplayTypeName() {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
   74 ConstString ValueObjectSynthetic::GetDisplayTypeName() {
tools/lldb/source/Core/ValueObjectVariable.cpp
   80 ConstString ValueObjectVariable::GetDisplayTypeName() {

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  369   virtual ConstString GetDisplayTypeName();

References

tools/lldb/source/API/SBValue.cpp
  322     name = value_sp->GetDisplayTypeName().GetCString();
tools/lldb/source/Commands/CommandObjectType.cpp
 2877             << result_valobj_sp->GetDisplayTypeName().AsCString("<unknown>")
 2883             << result_valobj_sp->GetDisplayTypeName().AsCString("<unknown>")
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
   88   return m_parent->GetDisplayTypeName();
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
   78   return m_parent->GetDisplayTypeName();
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  247         type_name = m_valobj->GetDisplayTypeName();