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.h661 class TypeListImpl {
663 TypeListImpl() = default;
669 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()
674 TypeListImpl &m_type_list;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp698 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 =()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h311 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_up;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp238 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h264 class TypeListImpl; variable