Searched refs:TypeImpl (Results 1 – 10 of 10) sorted by relevance
806 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl811 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() function in TypeImpl821 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl893 bool TypeImpl::operator==(const TypeImpl &rhs) const { in operator ==()945 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType()957 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType()969 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType()981 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType()993 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType()1005 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType()[all …]
32 : m_opaque_sp(new TypeImpl( in SBType()36 : m_opaque_sp(new TypeImpl(type_sp)) {} in SBType()94 TypeImpl &SBType::ref() { in ref()96 m_opaque_sp = std::make_shared<TypeImpl>(); in ref()100 const TypeImpl &SBType::ref() const { in ref()170 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))); in GetPointerType()178 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()210 return SBType(TypeImplSP(new TypeImpl( in GetArrayElementType()231 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()421 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()[all …]
399 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
244 class TypeImpl {246 TypeImpl() = default;248 ~TypeImpl() = default;250 TypeImpl(const lldb::TypeSP &type_sp);282 TypeImpl GetPointerType() const;284 TypeImpl GetPointeeType() const;286 TypeImpl GetReferenceType() const;288 TypeImpl GetTypedefedType() const;290 TypeImpl GetDereferencedType() const;292 TypeImpl GetUnqualifiedType() const;[all …]
118 struct TypeImpl { struct127 struct TypeImpl<Config>::BitsetType {134 TypeImpl<HeapTypeConfig>::Any(); in f()
75 TypeImpl GetTypeImpl() override;113 TypeImpl m_type_impl;
355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl()
219 lldb_private::TypeImpl &ref();221 const lldb_private::TypeImpl &ref() const;
59 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl()179 TypeImpl(m_parent->GetCompilerType(), in UpdateValue()
250 class TypeImpl; variable427 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;