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

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp54 m_might_have_children(eLazyBoolCalculate),
119 if (m_might_have_children == eLazyBoolCalculate)
120 m_might_have_children =
122 return (m_might_have_children != eLazyBoolNo);
200 m_might_have_children = eLazyBoolCalculate;
H A DIOHandlerCursesGUI.cpp4622 m_might_have_children(might_have_children) {
4635 m_might_have_children = rhs.m_might_have_children;
4704 if (m_might_have_children) {
4812 void SetMightHaveChildren(bool b) { m_might_have_children = b; }
4823 bool m_might_have_children; member in class:TreeItem
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h158 LazyBool m_might_have_children; member in class:lldb_private::ValueObjectSynthetic

Completed in 186 milliseconds