Searched refs:TypeEnumMemberImpl (Results 1 – 6 of 6) sorted by relevance
46 void reset(lldb_private::TypeEnumMemberImpl *);48 lldb_private::TypeEnumMemberImpl &ref();50 const lldb_private::TypeEnumMemberImpl &ref() const;
90 void SBTypeEnumMember::reset(TypeEnumMemberImpl *type_member_impl) { in reset()94 TypeEnumMemberImpl &SBTypeEnumMember::ref() { in ref()96 m_opaque_sp = std::make_shared<TypeEnumMemberImpl>(); in ref()100 const TypeEnumMemberImpl &SBTypeEnumMember::ref() const { in ref()
554 lldb::TypeEnumMemberImplSP(new TypeEnumMemberImpl( in GetEnumMembers()
823 class TypeEnumMemberImpl {825 TypeEnumMemberImpl() : m_name("<invalid>") {} in TypeEnumMemberImpl() function827 TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, ConstString name,830 TypeEnumMemberImpl(const TypeEnumMemberImpl &rhs) = default;832 TypeEnumMemberImpl &operator=(const TypeEnumMemberImpl &rhs);
258 class TypeEnumMemberImpl; variable462 typedef std::shared_ptr<lldb_private::TypeEnumMemberImpl> TypeEnumMemberImplSP;
1249 TypeEnumMemberImpl::TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, in TypeEnumMemberImpl() function in TypeEnumMemberImpl