Lines Matching refs:synthetic_sp
45 FormatCache::Entry::Entry (lldb::SyntheticChildrenSP synthetic_sp) : in Entry() argument
49 SetSynthetic (synthetic_sp); in Entry()
52 …rmatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp,lldb::SyntheticChildrenSP synthetic_sp) in Entry() argument
55 SetSynthetic (synthetic_sp); in Entry()
102 FormatCache::Entry::SetSynthetic (lldb::SyntheticChildrenSP synthetic_sp) in SetSynthetic() argument
105 m_synthetic_sp = synthetic_sp; in SetSynthetic()
149 FormatCache::GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp) in GetSynthetic() argument
158 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
179 GetEntry(type).SetSynthetic(synthetic_sp); in SetSynthetic()