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

References

tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  117     m_type.m_type_name = name;
  124       m_type.m_type_name = type->GetName().GetStringRef();
  125       m_type.m_compiler_type = type->GetForwardCompilerType();
  131       m_type.m_type_name.assign(type.GetConstTypeName().GetCString());
  132       m_type.m_compiler_type = type;
  137     if (m_type.m_type_name.size())
  138       return m_type.m_type_name.c_str();
  143     if (m_type.m_compiler_type.IsValid())
  144       return m_type.m_compiler_type;