Home
last modified time | relevance | path

Searched refs:TypeImpl (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp806 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl
811 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() function in TypeImpl
821 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl
893 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 …]
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp32 : 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 …]
H A DSBValue.cpp399 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h244 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 …]
/llvm-project-15.0.7/clang/test/Parser/
H A DDelayedTemplateParsing.cpp118 struct TypeImpl { struct
127 struct TypeImpl<Config>::BitsetType {
134 TypeImpl<HeapTypeConfig>::Any(); in f()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h75 TypeImpl GetTypeImpl() override;
113 TypeImpl m_type_impl;
H A DValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h219 lldb_private::TypeImpl &ref();
221 const lldb_private::TypeImpl &ref() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectDynamicValue.cpp59 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl()
179 TypeImpl(m_parent->GetCompilerType(), in UpdateValue()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h250 class TypeImpl; variable
427 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;