Home
last modified time | relevance | path

Searched refs:synthetic_sp (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/DataFormatters/
DFormatCache.cpp45 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
[all …]
/external/lldb/include/lldb/DataFormatters/
DFormatCache.h79 GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
85 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
/external/lldb/source/API/
DSBValue.cpp626 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter() local
628 if (synthetic_sp && !synthetic_sp->IsScripted()) in GetTypeFilter()
630 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()