Searched refs:synth_sp (Results 1 – 8 of 8) sorted by relevance
113 ScriptedSyntheticChildren::SharedPointer synth_sp; in Get() local114 m_synth_cont.Get(candidates, synth_sp); in Get()116 if (!filter_sp.get() && !synth_sp.get()) in Get()118 else if (!filter_sp.get() && synth_sp.get()) in Get()120 else if (filter_sp.get() && !synth_sp.get()) in Get()124 pick_synth = filter_sp->GetRevision() <= synth_sp->GetRevision(); in Get()128 entry = synth_sp; in Get()
80 lldb::SyntheticChildrenSP synth_sp( in AddCXXSynthetic() local84 category_sp->AddTypeSynthetic(type_name, match_type, synth_sp); in AddCXXSynthetic()
513 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner() local515 if (!synth_sp) in ShouldPrintAsOneLiner()518 if (!synth_sp->MightHaveChildren() && in ShouldPrintAsOneLiner()519 synth_sp->DoesProvideSyntheticValue()) in ShouldPrintAsOneLiner()
259 lldb::SyntheticChildrenSP synth_sp) { in AddTypeSynthetic() argument260 m_synth_cont.Add(type_sp, synth_sp); in AddTypeSynthetic()265 lldb::SyntheticChildrenSP synth_sp) { in AddTypeSynthetic() argument268 synth_sp); in AddTypeSynthetic()
246 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticForType() local249 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()296 ScriptedSyntheticChildrenSP synth_sp = in GetSyntheticAtIndex() local299 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
539 ScriptedSyntheticChildrenSP synth_sp = in GetTypeSynthetic() local541 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
812 void SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) { in SetSyntheticChildren() argument813 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()816 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
2787 if (auto synth_sp = result_sp->GetSyntheticValue()) in GetQualifiedRepresentationIfAvailable() local2788 return synth_sp; in GetQualifiedRepresentationIfAvailable()