Home
last modified time | relevance | path

Searched refs:synth_sp (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBTypeCategory.cpp243 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType() local
245 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()
295 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex() local
297 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
DSBValue.cpp672 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic() local
673 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DTypeCategory.cpp231 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches() local
306 if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) in AnyMatches()
317 if (GetRegexTypeSyntheticsContainer()->Get(type_name, synth_sp)) in AnyMatches()
DFormatManager.cpp412 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType() local
413 if (filter_sp->GetRevision() > synth_sp->GetRevision()) in GetSyntheticChildrenForType()
416 return lldb::SyntheticChildrenSP(synth_sp.get()); in GetSyntheticChildrenForType()
816 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator)); in AddCXXSynthetic() local
818 …eticsContainer()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())), synth_sp); in AddCXXSynthetic()
820 category_sp->GetTypeSyntheticsContainer()->Add(type_name,synth_sp); in AddCXXSynthetic()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObject.h853 SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) in SetSyntheticChildren() argument
855 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
858 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()