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

  /external/lldb/include/lldb/DataFormatters/
FormatCache.h 34 lldb::SyntheticChildrenSP m_synthetic_sp;
39 Entry (lldb::SyntheticChildrenSP);
40 Entry (lldb::TypeSummaryImplSP,lldb::SyntheticChildrenSP);
53 lldb::SyntheticChildrenSP
60 SetSynthetic (lldb::SyntheticChildrenSP);
79 GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
85 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
DataVisualization.h 78 static lldb::SyntheticChildrenSP
91 static lldb::SyntheticChildrenSP
FormatManager.h 140 lldb::SyntheticChildrenSP
149 lldb::SyntheticChildrenSP
TypeCategoryMap.h 102 lldb::SyntheticChildrenSP
TypeCategory.h 156 lldb::SyntheticChildrenSP& entry,
  /external/lldb/source/DataFormatters/
FormatCache.cpp 45 FormatCache::Entry::Entry (lldb::SyntheticChildrenSP synthetic_sp) :
52 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp,lldb::SyntheticChildrenSP synthetic_sp)
88 lldb::SyntheticChildrenSP
102 FormatCache::Entry::SetSynthetic (lldb::SyntheticChildrenSP synthetic_sp)
149 FormatCache::GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp)
176 FormatCache::SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp)
TypeCategoryMap.cpp 206 lldb::SyntheticChildrenSP
221 lldb::SyntheticChildrenSP current_format;
230 return lldb::SyntheticChildrenSP();
FormatManager.cpp 247 lldb::SyntheticChildrenSP
251 return lldb::SyntheticChildrenSP();
255 return lldb::SyntheticChildrenSP(filter_sp.get());
257 return lldb::SyntheticChildrenSP(synth_sp.get());
374 lldb::SyntheticChildrenSP
378 SyntheticChildrenSP retval;
507 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator));
561 SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags,
564 SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags,
567 SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags
    [all...]
DataVisualization.cpp 115 lldb::SyntheticChildrenSP
124 lldb::SyntheticChildrenSP
TypeCategory.cpp 56 lldb::SyntheticChildrenSP& entry_sp,
  /external/lldb/include/lldb/Core/
ValueObjectSyntheticFilter.h 150 lldb::SyntheticChildrenSP m_synth_sp;
169 ValueObjectSynthetic (ValueObject &parent, lldb::SyntheticChildrenSP filter);
ValueObject.h 1051 SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp)
1059 lldb::SyntheticChildrenSP
    [all...]
  /external/lldb/source/API/
SBTypeCategory.cpp 162 lldb::SyntheticChildrenSP children_sp;
226 lldb::SyntheticChildrenSP children_sp;
248 lldb::SyntheticChildrenSP children_sp = m_opaque_sp->GetSyntheticAtIndex((index));
283 lldb::SyntheticChildrenSP children_sp = m_opaque_sp->GetSyntheticAtIndex((index));
SBValue.cpp 626 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren();
649 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren();
    [all...]
  /external/lldb/source/Core/
ValueObjectSyntheticFilter.cpp 62 ValueObjectSynthetic::ValueObjectSynthetic (ValueObject &parent, lldb::SyntheticChildrenSP filter) :
ValueObject.cpp 280 SetSyntheticChildren(lldb::SyntheticChildrenSP());
    [all...]
  /external/lldb/source/Commands/
CommandObjectType.cpp 328 lldb::SyntheticChildrenSP entry,
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 346 typedef std::shared_ptr<lldb_private::SyntheticChildren> SyntheticChildrenSP;

Completed in 339 milliseconds