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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp104 valobj_sp->SetSyntheticChildrenGenerated(true);
114 valobj_sp->SetSyntheticChildrenGenerated(true);
124 valobj_sp->SetSyntheticChildrenGenerated(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp397 void ValueObjectSynthetic::SetSyntheticChildrenGenerated(bool b) { function in class:ValueObjectSynthetic
399 m_parent->SetSyntheticChildrenGenerated(b);
400 this->ValueObject::SetSyntheticChildrenGenerated(b);
H A DValueObjectDynamicValue.cpp365 void ValueObjectDynamicValue::SetSyntheticChildrenGenerated(bool b) { function in class:ValueObjectDynamicValue
367 m_parent->SetSyntheticChildrenGenerated(b);
368 this->ValueObject::SetSyntheticChildrenGenerated(b);
H A DValueObject.cpp3313 void ValueObject::SetSyntheticChildrenGenerated(bool b) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h96 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObjectSyntheticFilter.h112 void SetSyntheticChildrenGenerated(bool b) override;
H A DValueObject.h629 virtual void SetSyntheticChildrenGenerated(bool b);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i163 SetSyntheticChildrenGenerated (bool);
525 child.SetSyntheticChildrenGenerated(True)
530 child.SetSyntheticChildrenGenerated(True)
535 child.SetSyntheticChildrenGenerated(True)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h98 void SetSyntheticChildrenGenerated(bool);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp863 void SBValue::SetSyntheticChildrenGenerated(bool is) { function in class:SBValue
864 LLDB_RECORD_METHOD(void, SBValue, SetSyntheticChildrenGenerated, (bool), is);
869 return value_sp->SetSyntheticChildrenGenerated(is);
1616 LLDB_REGISTER_METHOD(void, SBValue, SetSyntheticChildrenGenerated, (bool));

Completed in 115 milliseconds