Searched refs:typeformat_impl_sp (Results 1 – 2 of 2) sorted by relevance
159 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() argument160 m_opaque_sp = typeformat_impl_sp; in SetSP()163 SBTypeFormat::SBTypeFormat(const lldb::TypeFormatImplSP &typeformat_impl_sp) in SBTypeFormat() argument164 : m_opaque_sp(typeformat_impl_sp) {} in SBTypeFormat()
65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);