Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance
598 class TypeListImpl601 TypeListImpl() : in TypeListImpl() function615 AppendVisitor(TypeListImpl &type_list) : in AppendVisitor()627 TypeListImpl &m_type_list;
560 m_opaque_ap(new TypeListImpl()) in SBTypeList()565 m_opaque_ap(new TypeListImpl()) in SBTypeList()582 m_opaque_ap.reset (new TypeListImpl()); in operator =()
325 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
42 TypeAppendVisitor(TypeListImpl &type_list) : in TypeAppendVisitor()55 TypeListImpl &m_type_list;59 TypeListImpl::Append (const lldb_private::TypeList &type_list) in Append()
252 class TypeListImpl; variable