Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp615 m_synthetic_value->UpdateValueIfNeeded(); // the summary might depend on in GetSummaryAsCString()
1969 m_synthetic_value = nullptr; in CalculateSyntheticValue()
1975 if (!UpdateFormatsIfNeeded() && m_synthetic_value) 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()
2017 if (m_synthetic_value) in GetSyntheticValue()
2018 return m_synthetic_value->GetSP(); in GetSyntheticValue()
2031 return m_synthetic_value != nullptr; in HasSyntheticValue()
3522 if (m_synthetic_value) in ClearUserVisibleData()
3523 m_synthetic_value = nullptr; in ClearUserVisibleData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h957 ValueObject *m_synthetic_value = nullptr; variable