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()
511 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner() local513 if (!synth_sp) in ShouldPrintAsOneLiner()516 if (!synth_sp->MightHaveChildren() && in ShouldPrintAsOneLiner()517 synth_sp->DoesProvideSyntheticValue()) in ShouldPrintAsOneLiner()
274 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticForType() local277 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()324 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticAtIndex() local327 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
546 ScriptedSyntheticChildrenSP synth_sp = in GetTypeSynthetic() local548 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
737 void SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) { in SetSyntheticChildren() argument738 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()741 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()