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

Overridden By

tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  365 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  370 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) {

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  632   virtual void SetSyntheticChildrenGenerated(bool b);

References

tools/lldb/source/API/SBValue.cpp
  888     return value_sp->SetSyntheticChildrenGenerated(is);
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  367     m_parent->SetSyntheticChildrenGenerated(b);
  368   this->ValueObject::SetSyntheticChildrenGenerated(b);
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  372     m_parent->SetSyntheticChildrenGenerated(b);
  373   this->ValueObject::SetSyntheticChildrenGenerated(b);
tools/lldb/source/DataFormatters/TypeSynthetic.cpp
  104     valobj_sp->SetSyntheticChildrenGenerated(true);
  114     valobj_sp->SetSyntheticChildrenGenerated(true);
  124     valobj_sp->SetSyntheticChildrenGenerated(true);