Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance
550 class TypeListImpl553 TypeListImpl() : in TypeListImpl() function567 AppendVisitor(TypeListImpl &type_list) : in AppendVisitor()579 TypeListImpl &m_type_list;
458 m_opaque_ap(new TypeListImpl()) in SBTypeList()463 m_opaque_ap(new TypeListImpl()) in SBTypeList()480 m_opaque_ap.reset (new TypeListImpl()); in operator =()
239 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
39 TypeAppendVisitor(TypeListImpl &type_list) : in TypeAppendVisitor()52 TypeListImpl &m_type_list;56 TypeListImpl::Append (const lldb_private::TypeList &type_list) in Append()
243 class TypeListImpl; variable