Searched refs:synthetic_sp (Results 1 – 4 of 4) sorted by relevance
49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set() argument51 m_synthetic_sp = synthetic_sp; in Set()113 lldb::SyntheticChildrenSP &synthetic_sp) { in Set() argument115 GetEntry(type).Set(synthetic_sp); in Set()
63 void Set(ConstString type, lldb::SyntheticChildrenSP &synthetic_sp);
140 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP() local141 if (synthetic_sp) in GetSP()142 value_sp = synthetic_sp; in GetSP()530 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter() local532 if (synthetic_sp && !synthetic_sp->IsScripted()) { in GetTypeFilter()534 std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()
3300 lldb::ValueObjectSP synthetic_sp = m_user_valobj_sp->GetSyntheticValue(); in GetSP() local3301 if (synthetic_sp) in GetSP()3302 m_user_valobj_sp = synthetic_sp; in GetSP()