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.cpp124 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromExpression()
134 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromAddress()
144 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp374 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectDynamicValue
376 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
377 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
H A DValueObjectSyntheticFilter.cpp406 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectSynthetic
408 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
409 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.h635 virtual void SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h104 void SetSyntheticChildrenGenerated(bool);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp824 void SBValue::SetSyntheticChildrenGenerated(bool is) { in SetSyntheticChildrenGenerated() function in SBValue
830 return value_sp->SetSyntheticChildrenGenerated(is); in SetSyntheticChildrenGenerated()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp73367 (arg1)->SetSyntheticChildrenGenerated(arg2); in _wrap_SBValue_SetSyntheticChildrenGenerated()