Searched refs:TypeEnumMemberImpl (Results 1 – 7 of 7) sorted by relevance
46 void reset(lldb_private::TypeEnumMemberImpl *);48 lldb_private::TypeEnumMemberImpl &ref();50 const lldb_private::TypeEnumMemberImpl &ref() const;
61 reset (lldb_private::TypeEnumMemberImpl *);63 lldb_private::TypeEnumMemberImpl &66 const lldb_private::TypeEnumMemberImpl &
96 void SBTypeEnumMember::reset(TypeEnumMemberImpl *type_member_impl) { in reset()100 TypeEnumMemberImpl &SBTypeEnumMember::ref() { in ref()102 m_opaque_sp = std::make_shared<TypeEnumMemberImpl>(); in ref()106 const TypeEnumMemberImpl &SBTypeEnumMember::ref() const { in ref()
444 lldb::TypeEnumMemberImplSP(new TypeEnumMemberImpl( in GetEnumMembers()
475 class TypeEnumMemberImpl {477 TypeEnumMemberImpl() in TypeEnumMemberImpl() function480 TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp,483 TypeEnumMemberImpl(const TypeEnumMemberImpl &rhs) = default;485 TypeEnumMemberImpl &operator=(const TypeEnumMemberImpl &rhs);
237 class TypeEnumMemberImpl; variable446 typedef std::shared_ptr<lldb_private::TypeEnumMemberImpl> TypeEnumMemberImplSP;
1131 TypeEnumMemberImpl::TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, in TypeEnumMemberImpl() function in TypeEnumMemberImpl