Home
last modified time | relevance | path

Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h697 class TypeListImpl {
699 TypeListImpl() = default;
705 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()
710 TypeListImpl &m_type_list;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp734 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 =()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp246 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h318 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_up;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h269 class TypeListImpl; variable