Home
last modified time | relevance | path

Searched refs:ScriptedSyntheticChildrenSP (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/include/lldb/API/
DSBTypeSynthetic.h67 lldb::ScriptedSyntheticChildrenSP GetSP();
69 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
71 lldb::ScriptedSyntheticChildrenSP m_opaque_sp;
73 SBTypeSynthetic(const lldb::ScriptedSyntheticChildrenSP &);
/external/llvm-project/lldb/source/API/
DSBTypeSynthetic.cpp31 return LLDB_RECORD_RESULT(SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithClassName()
43 return LLDB_RECORD_RESULT(SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithScriptCode()
185 lldb::ScriptedSyntheticChildrenSP SBTypeSynthetic::GetSP() { in GetSP()
190 const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) { in SetSP()
195 const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) in SBTypeSynthetic()
204 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
DSBTypeCategory.cpp287 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticForType()
343 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticAtIndex()
DSBValue.cpp553 ScriptedSyntheticChildrenSP synth_sp = in GetTypeSynthetic()
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp377 lldb::ScriptedSyntheticChildrenSP
380 return lldb::ScriptedSyntheticChildrenSP(); in GetSyntheticForType()
381 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; in GetSyntheticForType()
389 lldb::ScriptedSyntheticChildrenSP synth_current_sp( in GetSyntheticForType()
DDataVisualization.cpp63 lldb::ScriptedSyntheticChildrenSP
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDataVisualization.h47 static lldb::ScriptedSyntheticChildrenSP
DFormatManager.h118 lldb::ScriptedSyntheticChildrenSP
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h455 ScriptedSyntheticChildrenSP; typedef