Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance
661 class TypeListImpl {663 TypeListImpl() = default;669 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()674 TypeListImpl &m_type_list;
698 SBTypeList::SBTypeList() : m_opaque_up(new TypeListImpl()) { in SBTypeList()703 : m_opaque_up(new TypeListImpl()) { in SBTypeList()725 m_opaque_up = std::make_unique<TypeListImpl>(); in operator =()
311 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_up;
238 TypeAppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in TypeAppendVisitor()246 TypeListImpl &m_type_list;249 void TypeListImpl::Append(const lldb_private::TypeList &type_list) { in Append()
264 class TypeListImpl; variable