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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  152   ConstString GetConstTypeName() const;

References

tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  131       m_type.m_type_name.assign(type.GetConstTypeName().GetCString());
tools/lldb/source/Core/ValueObject.cpp
 1660   return GetCompilerType().GetConstTypeName();
tools/lldb/source/Core/ValueObjectChild.cpp
   73     m_type_name = GetCompilerType().GetConstTypeName();
   80   ConstString qualified_name = GetCompilerType().GetConstTypeName();
tools/lldb/source/Core/ValueObjectConstResult.cpp
  218     m_type_name = GetCompilerType().GetConstTypeName();
tools/lldb/source/Core/ValueObjectMemory.cpp
  115   return m_compiler_type.GetConstTypeName();
tools/lldb/source/Core/ValueObjectRegister.cpp
  281     m_type_name = GetCompilerType().GetConstTypeName();
tools/lldb/source/DataFormatters/FormatManager.cpp
  182   ConstString type_name(compiler_type.GetConstTypeName());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  900   const char *class_name = parent_ast_type.GetConstTypeName().AsCString();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  416   ConstString class_name(class_type.GetConstTypeName());
tools/lldb/source/Symbol/CompilerType.cpp
  278   return GetConstTypeName();
tools/lldb/source/Symbol/Type.cpp
  301     m_name = GetForwardCompilerType().GetConstTypeName();
  656   return GetForwardCompilerType().GetConstTypeName();