Searched refs:m_synth_filter_up (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp78 if (ConstString synth_name = m_synth_filter_up->GetSyntheticTypeName())
92 size_t num_children = m_synth_filter_up->CalculateNumChildren(max);
100 m_synth_filter_up->CalculateNumChildren(max));
121 (m_synth_filter_up->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo);
146 m_synth_filter_up = (m_synth_sp->GetFrontEnd(*valobj_for_frontend));
147 if (!m_synth_filter_up)
148 m_synth_filter_up = std::make_unique<DummySyntheticFrontEnd>(*m_parent);
179 if (!m_synth_filter_up->Update()) {
210 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue());
258 if (can_create && m_synth_filter_up !
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h135 std::unique_ptr<SyntheticChildrenFrontEnd> m_synth_filter_up; member in class:lldb_private::ValueObjectSynthetic

Completed in 114 milliseconds