Searched refs:ValueObjectSynthetic (Results 1 – 4 of 4) sorted by relevance
49 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, in ValueObjectSynthetic() function in ValueObjectSynthetic61 ValueObjectSynthetic::~ValueObjectSynthetic() = default;63 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() { in GetCompilerTypeImpl()67 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName()71 ConstString ValueObjectSynthetic::GetQualifiedTypeName() { in GetQualifiedTypeName()75 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName()118 bool ValueObjectSynthetic::MightHaveChildren() { in MightHaveChildren()131 void ValueObjectSynthetic::CreateSynthFilter() { in CreateSynthFilter()149 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue()329 bool ValueObjectSynthetic::CanProvideValue() { in CanProvideValue()[all …]
1948 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
46 class ValueObjectSynthetic : public ValueObject {48 ~ValueObjectSynthetic() override;169 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);173 DISALLOW_COPY_AND_ASSIGN(ValueObjectSynthetic);
945 friend class ValueObjectSynthetic; // For ClearUserVisibleData variable