Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp22 class lldb_private::SBCommandReturnObjectImpl { class in lldb_private
24 SBCommandReturnObjectImpl() : m_ptr(new CommandReturnObject(false)) {} in SBCommandReturnObjectImpl() function in lldb_private::SBCommandReturnObjectImpl
25 SBCommandReturnObjectImpl(CommandReturnObject &ref) in SBCommandReturnObjectImpl() function in lldb_private::SBCommandReturnObjectImpl
27 SBCommandReturnObjectImpl(const SBCommandReturnObjectImpl &rhs) in SBCommandReturnObjectImpl() function in lldb_private::SBCommandReturnObjectImpl
29 SBCommandReturnObjectImpl &operator=(const SBCommandReturnObjectImpl &rhs) { in operator =()
30 SBCommandReturnObjectImpl copy(rhs); in operator =()
35 ~SBCommandReturnObjectImpl() { in ~SBCommandReturnObjectImpl()
48 : m_opaque_up(new SBCommandReturnObjectImpl()) { in SBCommandReturnObject()
53 : m_opaque_up(new SBCommandReturnObjectImpl(ref)) { in SBCommandReturnObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h20 class SBCommandReturnObjectImpl; variable
152 std::unique_ptr<lldb_private::SBCommandReturnObjectImpl> m_opaque_up;