Searched refs:m_synthetic_children_sp (Results 1 – 2 of 2) sorted by relevance
855 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()858 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()865 return m_synthetic_children_sp; in GetSyntheticChildren()1032 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
91 m_synthetic_children_sp(), in ValueObject()137 m_synthetic_children_sp(), in ValueObject()2271 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()2276 if (m_synthetic_children_sp.get() == NULL) in CalculateSyntheticValue()2279 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()2282 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()2350 if (m_synthetic_children_sp.get() == NULL) in HasSyntheticValue()