Searched refs:typeformat_impl_sp (Results 1 – 2 of 2) sorted by relevance
149 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() argument150 m_opaque_sp = typeformat_impl_sp; in SetSP()153 SBTypeFormat::SBTypeFormat(const lldb::TypeFormatImplSP &typeformat_impl_sp) in SBTypeFormat() argument154 : m_opaque_sp(typeformat_impl_sp) {} in SBTypeFormat()
65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);