Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h287 void SetNeedsUpdate() { m_needs_update = true; } in SetNeedsUpdate()
293 return m_needs_update; in NeedsUpdating()
313 m_needs_update = false; in SetInvalid()
322 bool m_needs_update; variable
/external/llvm-project/lldb/source/Core/
DValueObject.cpp2899 : m_mod_id(), m_exe_ctx_ref(), m_needs_update(true) {} in EvaluationPoint()
2903 : m_mod_id(), m_exe_ctx_ref(), m_needs_update(true) { in EvaluationPoint()
2940 : m_mod_id(), m_exe_ctx_ref(rhs.m_exe_ctx_ref), m_needs_update(true) {} in EvaluationPoint()
2986 m_needs_update = true; in SyncWithProcessState()
3023 m_needs_update = false; in SetUpdated()
DIOHandlerCursesGUI.cpp344 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
350 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
359 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
578 m_needs_update = true; in CreateSubWindow()
600 m_needs_update = true; in RemoveSubWindow()
862 bool m_needs_update; member in curses::Window