Home
last modified time | relevance | path

Searched refs:TypeEnumMemberListImpl (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeEnumMember.cpp87 : m_opaque_ap(new TypeEnumMemberListImpl()) {} in SBTypeEnumMemberList()
90 : m_opaque_ap(new TypeEnumMemberListImpl()) { in SBTypeEnumMemberList()
102 m_opaque_ap.reset(new TypeEnumMemberListImpl()); in operator =()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeEnumMember.h75 std::unique_ptr<lldb_private::TypeEnumMemberListImpl> m_opaque_ap;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h645 class TypeEnumMemberListImpl {
647 TypeEnumMemberListImpl() : m_content() {} in TypeEnumMemberListImpl() function
653 void Append(const lldb_private::TypeEnumMemberListImpl &type_list);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h276 class TypeEnumMemberListImpl; variable