Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeSynthetic.cpp28 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithClassName()
36 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithScriptCode()
136 lldb::ScriptedSyntheticChildrenSP SBTypeSynthetic::GetSP() { in GetSP()
141 const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) { in SetSP()
146 const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) in SBTypeSynthetic()
155 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
H A DSBTypeCategory.cpp236 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticForType()
284 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticAtIndex()
H A DSBValue.cpp660 ScriptedSyntheticChildrenSP synth_sp = in GetTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeSynthetic.h68 lldb::ScriptedSyntheticChildrenSP GetSP();
70 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
72 lldb::ScriptedSyntheticChildrenSP m_opaque_sp;
74 SBTypeSynthetic(const lldb::ScriptedSyntheticChildrenSP &);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp359 lldb::ScriptedSyntheticChildrenSP
362 return lldb::ScriptedSyntheticChildrenSP(); in GetSyntheticForType()
363 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; in GetSyntheticForType()
371 lldb::ScriptedSyntheticChildrenSP synth_current_sp( in GetSyntheticForType()
391 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType()
H A DDataVisualization.cpp75 lldb::ScriptedSyntheticChildrenSP
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h55 static lldb::ScriptedSyntheticChildrenSP
H A DFormatManager.h129 lldb::ScriptedSyntheticChildrenSP
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h484 ScriptedSyntheticChildrenSP; typedef