Searched refs:FormatEntrySP (Results 1 – 2 of 2) sorted by relevance
36 FormatEntrySP format_entry_sp = std::make_shared<FormatEntity::Entry>(); in SBFormat()44 lldb::FormatEntrySP SBFormat::GetFormatEntrySP() const { return m_opaque_sp; } in GetFormatEntrySP()
356 typedef std::shared_ptr<lldb_private::FormatEntity::Entry> FormatEntrySP; typedef