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

References

tools/lldb/include/lldb/Core/ValueObject.h
  735     if (synth_sp.get() == m_synthetic_children_sp.get())
  738     m_synthetic_children_sp = synth_sp;
  743     return m_synthetic_children_sp;
tools/lldb/source/Core/ValueObject.cpp
 1953   lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp);
 1958   if (m_synthetic_children_sp.get() == nullptr)
 1961   if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value)
 1964   m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp);
 2013   if (m_synthetic_children_sp.get() == nullptr)