Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp50 m_type_list.Append(TypeImplSP(new TypeImpl(type))); in operator ()()
950 TypeImpl::TypeImpl() : in TypeImpl() function in TypeImpl
957 TypeImpl::TypeImpl(const TypeImpl& rhs) : in TypeImpl() function in TypeImpl
964 TypeImpl::TypeImpl (const lldb::TypeSP &type_sp) : in TypeImpl() function in TypeImpl
972 TypeImpl::TypeImpl (const ClangASTType &clang_type) : in TypeImpl() function in TypeImpl
980 TypeImpl::TypeImpl (const lldb::TypeSP &type_sp, const ClangASTType &dynamic) : in TypeImpl() function in TypeImpl
988 TypeImpl::TypeImpl (const ClangASTType &static_type, const ClangASTType &dynamic_type) : in TypeImpl() function in TypeImpl
996 TypeImpl::TypeImpl (const TypePair &pair, const ClangASTType &dynamic) : in TypeImpl() function in TypeImpl
1005 TypeImpl::SetType (const lldb::TypeSP &type_sp) in SetType()
1015 TypeImpl::SetType (const ClangASTType &clang_type) in SetType()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h500 class TypeImpl
504 TypeImpl();
506 ~TypeImpl () {} in ~TypeImpl()
508 TypeImpl(const TypeImpl& rhs);
510 TypeImpl (const lldb::TypeSP &type_sp);
512 TypeImpl (const ClangASTType &clang_type);
514 TypeImpl (const lldb::TypeSP &type_sp, const ClangASTType &dynamic);
516 TypeImpl (const ClangASTType &clang_type, const ClangASTType &dynamic);
518 TypeImpl (const TypePair &pair, const ClangASTType &dynamic);
535 TypeImpl&
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp33 m_opaque_sp(new TypeImpl(ClangASTType(type.GetASTContext(), in SBType()
39 m_opaque_sp(new TypeImpl(type_sp)) in SBType()
113 TypeImpl &
117 m_opaque_sp.reset (new TypeImpl()); in ref()
121 const TypeImpl &
188 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))); in GetPointerType()
196 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
204 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()
212 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
220 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetDereferencedType()))); in GetDereferencedType()
[all …]
HDSBValue.cpp600 type_sp.reset (new TypeImpl(value_sp->GetTypeImpl())); in GetType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectDynamicValue.h105 virtual TypeImpl
137 TypeImpl m_type_impl;
HDValueObject.h380 virtual TypeImpl
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBType.h268 lldb_private::TypeImpl &
271 const lldb_private::TypeImpl &
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectDynamicValue.cpp78 TypeImpl
244 …m_type_impl = TypeImpl(m_parent->GetClangType(),FixupTypeAndOrName(class_type_or_name, *m_parent).… in UpdateValue()
HDValueObject.cpp404 TypeImpl
407 return TypeImpl(GetClangType()); in GetTypeImpl()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h250 class TypeImpl; variable
414 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;