Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h441 class TypeListImpl {
443 TypeListImpl() : m_content() {} in TypeListImpl() function
449 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor()
454 TypeListImpl &m_type_list;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp446 SBTypeList::SBTypeList() : m_opaque_ap(new TypeListImpl()) {} in SBTypeList()
449 : m_opaque_ap(new TypeListImpl()) { in SBTypeList()
459 m_opaque_ap.reset(new TypeListImpl()); in operator =()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp80 TypeAppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in TypeAppendVisitor()
88 TypeListImpl &m_type_list;
91 void TypeListImpl::Append(const lldb_private::TypeList &type_list) { in Append()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h248 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h272 class TypeListImpl; variable