Home
last modified time | relevance | path

Searched refs:m_needs_update (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h286 void SetNeedsUpdate() { m_needs_update = true; } in SetNeedsUpdate()
292 return m_needs_update; in NeedsUpdating()
312 m_needs_update = false; in SetInvalid()
321 bool m_needs_update = true; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp578 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
585 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
594 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
696 m_needs_update = true; in CreateSubWindow()
718 m_needs_update = true; in RemoveSubWindow()
975 bool m_needs_update; member in curses::Window
H A DValueObject.cpp2889 m_needs_update = true; in SyncWithProcessState()
2926 m_needs_update = false; in SetUpdated()