Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h309 class TypeListImpl {
311 TypeListImpl() : m_content() {} in TypeListImpl() function
317 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()
322 TypeListImpl &m_type_list;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h262 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_up;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp112 TypeAppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in TypeAppendVisitor()
120 TypeListImpl &m_type_list;
123 void TypeListImpl::Append(const lldb_private::TypeList &type_list) { in Append()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp592 SBTypeList::SBTypeList() : m_opaque_up(new TypeListImpl()) { in SBTypeList()
597 : m_opaque_up(new TypeListImpl()) { in SBTypeList()
620 m_opaque_up = std::make_unique<TypeListImpl>(); in operator =()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h244 class TypeListImpl; variable