10 #ifndef LLDB_SBDeclaration_h_
11 #define LLDB_SBDeclaration_h_
63 lldb_private::Declaration *
69 const lldb_private::Declaration *
72 lldb_private::Declaration &
75 const lldb_private::Declaration &
78 SBDeclaration (
const lldb_private::Declaration *lldb_object_ptr);
81 SetDeclaration (
const lldb_private::Declaration &lldb_object_ref);
83 std::unique_ptr<lldb_private::Declaration> m_opaque_ap;
89 #endif // LLDB_SBDeclaration_h_