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

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeSynthetic.h82 lldb::ScriptedSyntheticChildrenSP
86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
88 lldb::ScriptedSyntheticChildrenSP m_opaque_sp;
90 SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeSynthetic.cpp33 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(),
H A DSBTypeCategory.cpp243 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
295 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
H A DSBValue.cpp672 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h65 static lldb::ScriptedSyntheticChildrenSP
H A DFormatManager.h133 lldb::ScriptedSyntheticChildrenSP
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp97 lldb::ScriptedSyntheticChildrenSP
H A DFormatManager.cpp378 lldb::ScriptedSyntheticChildrenSP
382 return lldb::ScriptedSyntheticChildrenSP();
383 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp;
394 lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyntheticForType(type_sp).get());
412 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h385 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren> ScriptedSyntheticChildrenSP; typedef in namespace:lldb

Completed in 98 milliseconds