Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance
441 class TypeListImpl {443 TypeListImpl() : m_content() {} in TypeListImpl() function449 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()454 TypeListImpl &m_type_list;
446 SBTypeList::SBTypeList() : m_opaque_ap(new TypeListImpl()) {} in SBTypeList()449 : m_opaque_ap(new TypeListImpl()) { in SBTypeList()459 m_opaque_ap.reset(new TypeListImpl()); in operator =()
80 TypeAppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in TypeAppendVisitor()88 TypeListImpl &m_type_list;91 void TypeListImpl::Append(const lldb_private::TypeList &type_list) { in Append()
248 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
272 class TypeListImpl; variable