Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp27 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithClassName()
37 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithScriptCode()
171 lldb::ScriptedSyntheticChildrenSP SBTypeSynthetic::GetSP() { in GetSP()
176 const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) { in SetSP()
181 const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) in SBTypeSynthetic()
190 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
H A DSBTypeCategory.cpp246 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticForType()
296 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticAtIndex()
H A DSBValue.cpp539 ScriptedSyntheticChildrenSP synth_sp = in GetTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A 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 &);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp370 lldb::ScriptedSyntheticChildrenSP
373 return lldb::ScriptedSyntheticChildrenSP(); in GetSyntheticForType()
374 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; in GetSyntheticForType()
382 lldb::ScriptedSyntheticChildrenSP synth_current_sp( in GetSyntheticForType()
H A DDataVisualization.cpp63 lldb::ScriptedSyntheticChildrenSP
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h47 static lldb::ScriptedSyntheticChildrenSP
H A DFormatManager.h118 lldb::ScriptedSyntheticChildrenSP
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h473 ScriptedSyntheticChildrenSP; typedef