Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i163 SetSyntheticChildrenGenerated (bool);
521 child.SetSyntheticChildrenGenerated(True)
526 child.SetSyntheticChildrenGenerated(True)
531 child.SetSyntheticChildrenGenerated(True)
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp364 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectDynamicValue
366 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
367 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
H A DValueObjectSyntheticFilter.cpp402 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function in ValueObjectSynthetic
404 m_parent->SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
405 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h95 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObjectSyntheticFilter.h112 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObject.h645 virtual void SetSyntheticChildrenGenerated(bool b) { in SetSyntheticChildrenGenerated() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h98 void SetSyntheticChildrenGenerated(bool);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp863 void SBValue::SetSyntheticChildrenGenerated(bool is) { in SetSyntheticChildrenGenerated() function in SBValue
864 LLDB_RECORD_METHOD(void, SBValue, SetSyntheticChildrenGenerated, (bool), is); in SetSyntheticChildrenGenerated()
869 return value_sp->SetSyntheticChildrenGenerated(is); in SetSyntheticChildrenGenerated()
1616 LLDB_REGISTER_METHOD(void, SBValue, SetSyntheticChildrenGenerated, (bool)); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66617 (arg1)->SetSyntheticChildrenGenerated(arg2); in _wrap_SBValue_SetSyntheticChildrenGenerated()