Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp55 : ValueObject(parent), m_synth_sp(std::move(filter)), m_children_byindex(), in ValueObjectSynthetic()
198 m_children_byindex.clear(); in UpdateValue()
262 auto cached_child_it = m_children_byindex.find(idx); in GetChildAtIndex()
263 child_is_cached = cached_child_it != m_children_byindex.end(); in GetChildAtIndex()
294 m_children_byindex[idx] = synth_guy.get(); in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h151 ByIndexMap m_children_byindex; variable