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

References

tools/lldb/include/lldb/Core/ValueObject.h
 1034   bool GetUseSynthetic() const { return m_use_synthetic; }
tools/lldb/source/Core/ValueObject.cpp
 3376   if (m_use_synthetic) {
 3377     lldb::ValueObjectSP synthetic_sp = m_user_valobj_sp->GetSyntheticValue(m_use_synthetic);
 3394   if (m_use_synthetic != use_synthetic) {
 3395     m_use_synthetic = use_synthetic;