Home
last modified time | relevance | path

Searched refs:SetSyntheticChildrenGenerated (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp105 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromExpression()
115 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromAddress()
125 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp366 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectDynamicValue
368 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
369 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
H A DValueObjectSyntheticFilter.cpp373 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectSynthetic
375 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
376 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
H A DValueObject.cpp3307 void ValueObject::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObject
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h105 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObjectSyntheticFilter.h123 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObject.h660 virtual void SetSyntheticChildrenGenerated(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h99 void SetSyntheticChildrenGenerated(bool);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp973 void SBValue::SetSyntheticChildrenGenerated(bool is) { in SetSyntheticChildrenGenerated() function in SBValue
977 return value_sp->SetSyntheticChildrenGenerated(is); in SetSyntheticChildrenGenerated()