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

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp50 : ValueObject(parent), m_synth_sp(std::move(filter)), m_children_byindex(),
187 m_children_byindex.clear();
251 auto cached_child_it = m_children_byindex.find(idx);
252 child_is_cached = cached_child_it != m_children_byindex.end();
283 m_children_byindex[idx] = synth_guy.get();
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h146 ByIndexMap m_children_byindex; member in class:lldb_private::ValueObjectSynthetic

Completed in 277 milliseconds