Searched refs:ValueObjectSynthetic (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp48 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, function in class:ValueObjectSynthetic
63 ValueObjectSynthetic::~ValueObjectSynthetic() = default;
65 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() {
69 ConstString ValueObjectSynthetic::GetTypeName() {
73 ConstString ValueObjectSynthetic::GetQualifiedTypeName() {
77 ConstString ValueObjectSynthetic::GetDisplayTypeName() {
84 size_t ValueObjectSynthetic::CalculateNumChildren(uint32_t max) {
94 "[ValueObjectSynthetic
[all...]
H A DValueObject.cpp1827 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp);
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h36 class ValueObjectSynthetic : public ValueObject { class in namespace:lldb_private
38 ~ValueObjectSynthetic() override;
164 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);
168 ValueObjectSynthetic(const ValueObjectSynthetic &) = delete;
169 const ValueObjectSynthetic &operator=(const ValueObjectSynthetic &) = delete;
H A DValueObject.h935 friend class ValueObjectSynthetic; // For ClearUserVisibleData

Completed in 180 milliseconds