Home
last modified time | relevance | path

Searched refs:m_needs_prompt_repaint (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h361 bool m_needs_prompt_repaint = false; variable
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp535 if (m_needs_prompt_repaint) { in GetCharacter()
542 m_needs_prompt_repaint = false; in GetCharacter()
612 m_needs_prompt_repaint = true; in Prompt()