Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp103 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromExpression()
113 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromAddress()
123 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromData()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i163 SetSyntheticChildrenGenerated (bool);
524 child.SetSyntheticChildrenGenerated(True)
529 child.SetSyntheticChildrenGenerated(True)
534 child.SetSyntheticChildrenGenerated(True)
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectDynamicValue.cpp361 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectDynamicValue
363 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
364 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
H A DValueObjectSyntheticFilter.cpp403 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectSynthetic
405 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
406 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h88 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObjectSyntheticFilter.h113 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObject.h645 virtual void SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h98 void SetSyntheticChildrenGenerated(bool);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp835 void SBValue::SetSyntheticChildrenGenerated(bool is) { in SetSyntheticChildrenGenerated() function in SBValue
841 return value_sp->SetSyntheticChildrenGenerated(is); in SetSyntheticChildrenGenerated()