Searched refs:ValueObjectSynthetic (Results 1 – 4 of 4) sorted by relevance
49 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, in ValueObjectSynthetic() function in ValueObjectSynthetic64 ValueObjectSynthetic::~ValueObjectSynthetic() = default;66 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() { in GetCompilerTypeImpl()70 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName()74 ConstString ValueObjectSynthetic::GetQualifiedTypeName() { in GetQualifiedTypeName()78 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName()119 bool ValueObjectSynthetic::MightHaveChildren() { in MightHaveChildren()134 void ValueObjectSynthetic::CreateSynthFilter() { in CreateSynthFilter()152 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue()362 bool ValueObjectSynthetic::CanProvideValue() { in CanProvideValue()[all …]
1784 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
36 class ValueObjectSynthetic : public ValueObject {38 ~ValueObjectSynthetic() override;169 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);173 ValueObjectSynthetic(const ValueObjectSynthetic &) = delete;174 const ValueObjectSynthetic &operator=(const ValueObjectSynthetic &) = delete;
924 friend class ValueObjectSynthetic; // For ClearUserVisibleData variable