Searched refs:typeformat_impl_sp (Results 1 – 2 of 2) sorted by relevance
114 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() argument115 m_opaque_sp = typeformat_impl_sp; in SetSP()118 SBTypeFormat::SBTypeFormat(const lldb::TypeFormatImplSP &typeformat_impl_sp) in SBTypeFormat() argument119 : m_opaque_sp(typeformat_impl_sp) {} in SBTypeFormat()
64 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);