Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance
697 class TypeListImpl {699 TypeListImpl() = default;705 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()710 TypeListImpl &m_type_list;
734 SBTypeList::SBTypeList() : m_opaque_up(new TypeListImpl()) { in SBTypeList()739 : m_opaque_up(new TypeListImpl()) { in SBTypeList()761 m_opaque_up = std::make_unique<TypeListImpl>(); in operator =()
246 TypeAppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in TypeAppendVisitor()254 TypeListImpl &m_type_list;257 void TypeListImpl::Append(const lldb_private::TypeList &type_list) { in Append()
318 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_up;
269 class TypeListImpl; variable