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.i103 child.SetSyntheticChildrenGenerated(True)
108 child.SetSyntheticChildrenGenerated(True)
113 child.SetSyntheticChildrenGenerated(True)
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp135 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromExpression()
145 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromAddress()
155 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromData()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectDynamicValue.cpp401 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectDynamicValue
403 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
404 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
H A DValueObjectSynthetic.cpp421 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectSynthetic
423 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
424 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectDynamicValue.h88 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObjectSynthetic.h118 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObject.h695 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.cpp861 void SBValue::SetSyntheticChildrenGenerated(bool is) { in SetSyntheticChildrenGenerated() function in SBValue
867 return value_sp->SetSyntheticChildrenGenerated(is); in SetSyntheticChildrenGenerated()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78008 (arg1)->SetSyntheticChildrenGenerated(arg2); in _wrap_SBValue_SetSyntheticChildrenGenerated()