Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h310 void SetNeedsUpdate() { m_needs_update = true; } in SetNeedsUpdate()
316 return m_needs_update; in NeedsUpdating()
336 m_needs_update = false; in SetInvalid()
345 bool m_needs_update; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp2954 : m_mod_id(), m_exe_ctx_ref(), m_needs_update(true) {} in EvaluationPoint()
2958 : m_mod_id(), m_exe_ctx_ref(), m_needs_update(true) { in EvaluationPoint()
2995 : m_mod_id(), m_exe_ctx_ref(rhs.m_exe_ctx_ref), m_needs_update(true) {} in EvaluationPoint()
3041 m_needs_update = true; in SyncWithProcessState()
3078 m_needs_update = false; in SetUpdated()
H A DIOHandler.cpp859 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
865 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
874 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
1018 m_needs_update = true; in CreateSubWindow()
1040 m_needs_update = true; in RemoveSubWindow()
1317 bool m_needs_update; member in curses::Window