Searched refs:TypeImpl (Results 1 – 10 of 10) sorted by relevance
766 TypeImpl::TypeImpl(const TypeImpl &rhs) in TypeImpl() function in TypeImpl770 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl785 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl828 TypeImpl &TypeImpl::operator=(const TypeImpl &rhs) { in operator =()910 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType()922 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType()934 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType()946 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType()958 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType()970 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType()[all …]
368 class TypeImpl {370 TypeImpl();372 ~TypeImpl() {} in ~TypeImpl()374 TypeImpl(const TypeImpl &rhs);396 TypeImpl &operator=(const TypeImpl &rhs);412 TypeImpl GetPointerType() const;414 TypeImpl GetPointeeType() const;416 TypeImpl GetReferenceType() const;418 TypeImpl GetTypedefedType() const;422 TypeImpl GetUnqualifiedType() const;[all …]
30 : m_opaque_sp(new TypeImpl( in SBType()34 : m_opaque_sp(new TypeImpl(type_sp)) {} in SBType()84 TypeImpl &SBType::ref() { in ref()86 m_opaque_sp.reset(new TypeImpl()); in ref()90 const TypeImpl &SBType::ref() const { in ref()142 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))); in GetPointerType()148 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()154 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()189 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()319 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()[all …]
489 type_sp.reset(new TypeImpl(value_sp->GetTypeImpl())); in GetType()
93 TypeImpl GetTypeImpl() override;132 TypeImpl m_type_impl;
379 virtual TypeImpl GetTypeImpl();
203 lldb_private::TypeImpl &ref();205 const lldb_private::TypeImpl &ref() const;
64 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl()184 TypeImpl(m_parent->GetCompilerType(), in UpdateValue()
342 TypeImpl ValueObject::GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl()
269 class TypeImpl; variable470 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;