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

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

Completed in 846 milliseconds