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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp84 m_synthetic_value(NULL),
130 m_synthetic_value(NULL),
862 m_synthetic_value->UpdateValueIfNeeded(); // the summary might depend on the synthetic children being up-to-date (e.g. ${svar%#})
2267 m_synthetic_value = NULL;
2273 if (!UpdateFormatsIfNeeded() && m_synthetic_value)
2279 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value)
2282 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp);
2339 if (m_synthetic_value)
2340 return m_synthetic_value->GetSP();
2355 if (m_synthetic_value)
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h1021 ValueObject* m_synthetic_value; member in class:lldb_private::ValueObject

Completed in 98 milliseconds