Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp69 m_might_have_children(eLazyBoolCalculate) in ValueObjectSynthetic()
126 if (m_might_have_children == eLazyBoolCalculate) in MightHaveChildren()
127m_might_have_children = (m_synth_filter_ap->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo); in MightHaveChildren()
128 return (m_might_have_children == eLazyBoolNo ? false : true); in MightHaveChildren()
185 m_might_have_children = eLazyBoolCalculate; in UpdateValue()
/external/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h165 LazyBool m_might_have_children; variable