SBLineEntry::SBLineEntry (const SBLineEntry &rhs) : m_opaque_ap () { if (rhs.IsValid()) m_opaque_ap.reset (new lldb_private::LineEntry (*rhs)); }
SBLineEntry::SBLineEntry(const SBLineEntry &rhs) : m_opaque_ap() { if (rhs.IsValid()) ref() = rhs.ref(); }