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

Overridden By

tools/lldb/source/Core/ValueObjectChild.cpp
   79 ConstString ValueObjectChild::GetQualifiedTypeName() {
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
   71 ConstString ValueObjectDynamicValue::GetQualifiedTypeName() {
tools/lldb/source/Core/ValueObjectRegister.cpp
   60 ConstString ValueObjectRegisterContext::GetQualifiedTypeName() {
  133 ConstString ValueObjectRegisterSet::GetQualifiedTypeName() {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
   70 ConstString ValueObjectSynthetic::GetQualifiedTypeName() {
tools/lldb/source/Core/ValueObjectVariable.cpp
   87 ConstString ValueObjectVariable::GetQualifiedTypeName() {

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  371   virtual ConstString GetQualifiedTypeName();

References

tools/lldb/source/API/SBValue.cpp
  309     name = value_sp->GetQualifiedTypeName().GetCString();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
   77   return m_parent->GetQualifiedTypeName();
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
   71   return m_parent->GetQualifiedTypeName();
tools/lldb/source/DataFormatters/FormatManager.cpp
  576       return valobj_sp->GetQualifiedTypeName();
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  249         type_name = m_valobj->GetQualifiedTypeName();