Home
last modified time | relevance | path

Searched refs:m_synthetic_children_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h813 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
816 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
821 return m_synthetic_children_sp; in GetSyntheticChildren()
969 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1973 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1978 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1981 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1984 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
2026 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()