Home
last modified time | relevance | path

Searched refs:ValueListImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBValueList.cpp20 class ValueListImpl { class
22 ValueListImpl() = default;
24 ValueListImpl(const ValueListImpl &rhs) = default;
26 ValueListImpl &operator=(const ValueListImpl &rhs) { in operator =()
37 void Append(const ValueListImpl &list) { in Append()
76 m_opaque_up = std::make_unique<ValueListImpl>(*rhs); in SBValueList()
79 SBValueList::SBValueList(const ValueListImpl *lldb_object_ptr) { in SBValueList()
107 m_opaque_up = std::make_unique<ValueListImpl>(*rhs); in operator =()
118 const ValueListImpl *SBValueList::operator->() const { in operator ->()
169 m_opaque_up = std::make_unique<ValueListImpl>(); in CreateIfNeeded()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValueList.h14 class ValueListImpl; variable
54 SBValueList(const ValueListImpl *lldb_object_ptr);
60 ValueListImpl *operator->();
62 ValueListImpl &operator*();
64 const ValueListImpl *operator->() const;
66 const ValueListImpl &operator*() const;
68 ValueListImpl &ref();
70 std::unique_ptr<ValueListImpl> m_opaque_up;