Searched refs:synthetic_sp (Results 1 – 3 of 3) sorted by relevance
45 FormatCache::Entry::Entry (lldb::SyntheticChildrenSP synthetic_sp) : in Entry() argument49 SetSynthetic (synthetic_sp); in Entry()52 …rmatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp,lldb::SyntheticChildrenSP synthetic_sp) in Entry() argument55 SetSynthetic (synthetic_sp); in Entry()102 FormatCache::Entry::SetSynthetic (lldb::SyntheticChildrenSP synthetic_sp) in SetSynthetic() argument105 m_synthetic_sp = synthetic_sp; in SetSynthetic()149 FormatCache::GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp) in GetSynthetic() argument158 synthetic_sp = entry.GetSynthetic(); in GetSynthetic()164 synthetic_sp.reset(); in GetSynthetic()176 FormatCache::SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp) in SetSynthetic() argument[all …]
79 GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);85 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
626 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter() local628 if (synthetic_sp && !synthetic_sp->IsScripted()) in GetTypeFilter()630 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()