Home
last modified time | relevance | path

Searched refs:TypeEnumMemberImpl (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/API/
DSBTypeEnumMember.h46 void reset(lldb_private::TypeEnumMemberImpl *);
48 lldb_private::TypeEnumMemberImpl &ref();
50 const lldb_private::TypeEnumMemberImpl &ref() const;
/external/llvm-project/lldb/bindings/interface/
DSBTypeEnumMember.i61 reset (lldb_private::TypeEnumMemberImpl *);
63 lldb_private::TypeEnumMemberImpl &
66 const lldb_private::TypeEnumMemberImpl &
/external/llvm-project/lldb/source/API/
DSBTypeEnumMember.cpp96 void SBTypeEnumMember::reset(TypeEnumMemberImpl *type_member_impl) { in reset()
100 TypeEnumMemberImpl &SBTypeEnumMember::ref() { in ref()
102 m_opaque_sp = std::make_shared<TypeEnumMemberImpl>(); in ref()
106 const TypeEnumMemberImpl &SBTypeEnumMember::ref() const { in ref()
DSBType.cpp444 lldb::TypeEnumMemberImplSP(new TypeEnumMemberImpl( in GetEnumMembers()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h475 class TypeEnumMemberImpl {
477 TypeEnumMemberImpl() in TypeEnumMemberImpl() function
480 TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp,
483 TypeEnumMemberImpl(const TypeEnumMemberImpl &rhs) = default;
485 TypeEnumMemberImpl &operator=(const TypeEnumMemberImpl &rhs);
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h237 class TypeEnumMemberImpl; variable
446 typedef std::shared_ptr<lldb_private::TypeEnumMemberImpl> TypeEnumMemberImplSP;
/external/llvm-project/lldb/source/Symbol/
DType.cpp1131 TypeEnumMemberImpl::TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, in TypeEnumMemberImpl() function in TypeEnumMemberImpl