HomeSort by relevance Sort by last modified time
    Searched refs:synthetic_sp (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/DataFormatters/
FormatCache.cpp 45 FormatCache::Entry::Entry (lldb::SyntheticChildrenSP synthetic_sp) :
49 SetSynthetic (synthetic_sp);
52 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp,lldb::SyntheticChildrenSP synthetic_sp)
55 SetSynthetic (synthetic_sp);
102 FormatCache::Entry::SetSynthetic (lldb::SyntheticChildrenSP synthetic_sp)
105 m_synthetic_sp = synthetic_sp;
149 FormatCache::GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp)
158 synthetic_sp = entry.GetSynthetic();
164 synthetic_sp.reset();
176 FormatCache::SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp)
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatCache.h 79 GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
85 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
  /external/lldb/source/API/
SBValue.cpp 626 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); local
628 if (synthetic_sp && !synthetic_sp->IsScripted())
630 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp);
    [all...]

Completed in 59 milliseconds