Searched refs:ValueObjectSynthetic (Results 1 – 4 of 4) sorted by relevance
47 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, in ValueObjectSynthetic() function in ValueObjectSynthetic62 ValueObjectSynthetic::~ValueObjectSynthetic() = default;64 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() { in GetCompilerTypeImpl()68 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName()72 ConstString ValueObjectSynthetic::GetQualifiedTypeName() { in GetQualifiedTypeName()76 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName()117 bool ValueObjectSynthetic::MightHaveChildren() { in MightHaveChildren()132 void ValueObjectSynthetic::CreateSynthFilter() { in CreateSynthFilter()150 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue()358 bool ValueObjectSynthetic::CanProvideValue() { in CanProvideValue()[all …]
1818 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
35 class ValueObjectSynthetic : public ValueObject {37 ~ValueObjectSynthetic() override;163 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);167 ValueObjectSynthetic(const ValueObjectSynthetic &) = delete;168 const ValueObjectSynthetic &operator=(const ValueObjectSynthetic &) = delete;
935 friend class ValueObjectSynthetic; // For ClearUserVisibleData variable