Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp56 m_name_toindex(), m_synthetic_children_cache(), in ValueObjectSynthetic()
208 m_synthetic_children_cache.clear(); in UpdateValue()
293 m_synthetic_children_cache.push_back(synth_guy); in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h155 SyntheticChildrenCache m_synthetic_children_cache; variable