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

  /external/lldb/include/lldb/API/
SBTypeSynthetic.h 82 lldb::ScriptedSyntheticChildrenSP
86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
88 lldb::ScriptedSyntheticChildrenSP m_opaque_sp;
90 SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &);
  /external/lldb/source/API/
SBTypeSynthetic.cpp 33 return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, "")));
41 return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data)));
175 lldb::ScriptedSyntheticChildrenSP
182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp)
187 SBTypeSynthetic::SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) :
200 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(),
SBTypeCategory.cpp 236 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
288 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
SBValue.cpp 653 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
    [all...]
  /external/lldb/include/lldb/DataFormatters/
DataVisualization.h 86 static lldb::ScriptedSyntheticChildrenSP
FormatManager.h 135 lldb::ScriptedSyntheticChildrenSP
  /external/lldb/source/DataFormatters/
DataVisualization.cpp 138 lldb::ScriptedSyntheticChildrenSP
FormatManager.cpp 219 lldb::ScriptedSyntheticChildrenSP
223 return lldb::ScriptedSyntheticChildrenSP();
224 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp;
235 lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyntheticForType(type_sp).get());
253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp);
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 363 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren> ScriptedSyntheticChildrenSP;

Completed in 119 milliseconds