Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i89 child.SetSyntheticChildrenGenerated(True)
94 child.SetSyntheticChildrenGenerated(True)
99 child.SetSyntheticChildrenGenerated(True)
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp134 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromExpression()
144 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromAddress()
154 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp377 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectDynamicValue
379 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
380 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
H A DValueObjectSyntheticFilter.cpp416 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectSynthetic
418 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
419 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h88 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObjectSyntheticFilter.h118 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObject.h691 virtual void SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h108 void SetSyntheticChildrenGenerated(bool);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp842 void SBValue::SetSyntheticChildrenGenerated(bool is) { in SetSyntheticChildrenGenerated() function in SBValue
848 return value_sp->SetSyntheticChildrenGenerated(is); in SetSyntheticChildrenGenerated()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76648 (arg1)->SetSyntheticChildrenGenerated(arg2); in _wrap_SBValue_SetSyntheticChildrenGenerated()