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

References

tools/lldb/source/Symbol/Type.cpp
  815     m_static_type = type_sp->GetForwardCompilerType();
  818     m_static_type.Clear();
  825   m_static_type = compiler_type;
  837   m_static_type = compiler_type;
  870   return m_static_type == rhs.m_static_type &&
  870   return m_static_type == rhs.m_static_type &&
  882     return m_static_type.IsValid() || m_dynamic_type.IsValid();
  890   m_static_type.Clear();
  899     return m_static_type.GetTypeName();
  909     return m_static_type.GetDisplayTypeName();
  918       return TypeImpl(m_static_type.GetPointerType(),
  921     return TypeImpl(m_static_type.GetPointerType());
  930       return TypeImpl(m_static_type.GetPointeeType(),
  933     return TypeImpl(m_static_type.GetPointeeType());
  942       return TypeImpl(m_static_type.GetLValueReferenceType(),
  945     return TypeImpl(m_static_type.GetLValueReferenceType());
  954       return TypeImpl(m_static_type.GetTypedefedType(),
  957     return TypeImpl(m_static_type.GetTypedefedType());
  966       return TypeImpl(m_static_type.GetNonReferenceType(),
  969     return TypeImpl(m_static_type.GetNonReferenceType());
  978       return TypeImpl(m_static_type.GetFullyUnqualifiedType(),
  981     return TypeImpl(m_static_type.GetFullyUnqualifiedType());
  990       return TypeImpl(m_static_type.GetCanonicalType(),
  993     return TypeImpl(m_static_type.GetCanonicalType());
 1005     return m_static_type;
 1017     return m_static_type.GetTypeSystem();
 1031     m_static_type.DumpTypeDescription(&strm);