reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/ValueObject.cpp
  718       m_synthetic_value->UpdateValueIfNeeded(); // the summary might depend on
 1949     m_synthetic_value = nullptr;
 1955   if (!UpdateFormatsIfNeeded() && m_synthetic_value)
 1961   if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value)
 1964   m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp);
 2004   if (m_synthetic_value)
 2005     return m_synthetic_value->GetSP();
 2018   return m_synthetic_value != nullptr;
 3116     if (m_synthetic_value)
 3117       m_synthetic_value = nullptr;