Searched refs:TypeImpl (Results 1 – 10 of 10) sorted by relevance
50 m_type_list.Append(TypeImplSP(new TypeImpl(type))); in operator ()()950 TypeImpl::TypeImpl() : in TypeImpl() function in TypeImpl957 TypeImpl::TypeImpl(const TypeImpl& rhs) : in TypeImpl() function in TypeImpl964 TypeImpl::TypeImpl (const lldb::TypeSP &type_sp) : in TypeImpl() function in TypeImpl972 TypeImpl::TypeImpl (const ClangASTType &clang_type) : in TypeImpl() function in TypeImpl980 TypeImpl::TypeImpl (const lldb::TypeSP &type_sp, const ClangASTType &dynamic) : in TypeImpl() function in TypeImpl988 TypeImpl::TypeImpl (const ClangASTType &static_type, const ClangASTType &dynamic_type) : in TypeImpl() function in TypeImpl996 TypeImpl::TypeImpl (const TypePair &pair, const ClangASTType &dynamic) : in TypeImpl() function in TypeImpl1005 TypeImpl::SetType (const lldb::TypeSP &type_sp) in SetType()1015 TypeImpl::SetType (const ClangASTType &clang_type) in SetType()[all …]
500 class TypeImpl504 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 …]
33 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 …]
600 type_sp.reset (new TypeImpl(value_sp->GetTypeImpl())); in GetType()
105 virtual TypeImpl137 TypeImpl m_type_impl;
380 virtual TypeImpl
268 lldb_private::TypeImpl &271 const lldb_private::TypeImpl &
78 TypeImpl244 …m_type_impl = TypeImpl(m_parent->GetClangType(),FixupTypeAndOrName(class_type_or_name, *m_parent).… in UpdateValue()
404 TypeImpl407 return TypeImpl(GetClangType()); in GetTypeImpl()
250 class TypeImpl; variable414 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;