Searched refs:synth_sp (Results 1 – 6 of 6) sorted by relevance
94 lldb::SyntheticChildrenSP synth_sp( in AddCXXSynthetic() local98 RegularExpression(type_name.GetStringRef()), synth_sp); in AddCXXSynthetic()101 synth_sp); in AddCXXSynthetic()
234 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches() local297 if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) { in AnyMatches()307 if (GetRegexTypeSyntheticsContainer()->Get(type_name, synth_sp)) { in AnyMatches()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner() local514 if (!synth_sp) in ShouldPrintAsOneLiner()517 if (!synth_sp->MightHaveChildren() && in ShouldPrintAsOneLiner()518 synth_sp->DoesProvideSyntheticValue()) in ShouldPrintAsOneLiner()
287 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticForType() local290 return LLDB_RECORD_RESULT(lldb::SBTypeSynthetic(synth_sp)); in GetSyntheticForType()343 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticAtIndex() local346 return LLDB_RECORD_RESULT(lldb::SBTypeSynthetic(synth_sp)); in GetSyntheticAtIndex()
553 ScriptedSyntheticChildrenSP synth_sp = in GetTypeSynthetic() local555 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
719 void SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) { in SetSyntheticChildren() argument720 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()723 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()