Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance
309 class TypeListImpl {311 TypeListImpl() : m_content() {} in TypeListImpl() function317 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()322 TypeListImpl &m_type_list;
262 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_up;
112 TypeAppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in TypeAppendVisitor()120 TypeListImpl &m_type_list;123 void TypeListImpl::Append(const lldb_private::TypeList &type_list) { in Append()
592 SBTypeList::SBTypeList() : m_opaque_up(new TypeListImpl()) { in SBTypeList()597 : m_opaque_up(new TypeListImpl()) { in SBTypeList()620 m_opaque_up = std::make_unique<TypeListImpl>(); in operator =()
244 class TypeListImpl; variable