Searched refs:TypeImpl (Results 1 – 9 of 9) sorted by relevance
807 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl812 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() function in TypeImpl822 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl894 bool TypeImpl::operator==(const TypeImpl &rhs) const { in operator ==()946 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType()958 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType()970 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType()982 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType()994 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType()1006 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType()[all …]
238 class TypeImpl {240 TypeImpl() = default;242 ~TypeImpl() = default;244 TypeImpl(const lldb::TypeSP &type_sp);276 TypeImpl GetPointerType() const;278 TypeImpl GetPointeeType() const;280 TypeImpl GetReferenceType() const;282 TypeImpl GetTypedefedType() const;284 TypeImpl GetDereferencedType() const;286 TypeImpl GetUnqualifiedType() const;[all …]
32 : m_opaque_sp(new TypeImpl( in SBType()36 : m_opaque_sp(new TypeImpl(type_sp)) {} in SBType()95 TypeImpl &SBType::ref() { in ref()97 m_opaque_sp = std::make_shared<TypeImpl>(); in ref()101 const TypeImpl &SBType::ref() const { in ref()172 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType())))); in GetPointerType()181 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType())))); in GetPointeeType()216 return LLDB_RECORD_RESULT(SBType(TypeImplSP(new TypeImpl( in GetArrayElementType()237 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()427 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()[all …]
402 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
83 TypeImpl GetTypeImpl() override;122 TypeImpl m_type_impl;
355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl()
215 lldb_private::TypeImpl &ref();217 const lldb_private::TypeImpl &ref() const;
63 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl()183 TypeImpl(m_parent->GetCompilerType(), in UpdateValue()
242 class TypeImpl; variable450 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;