Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3661 virtual void UpdateMatches(const std::string &text) = 0;
3776 void UpdateMatches() { in UpdateMatches() function in curses::SearcherWindowDelegate
3777 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches()
3804 UpdateMatches(); in WindowDelegateHandleChar()
3840 void UpdateMatches(const std::string &text) override { in UpdateMatches() function in curses::CommonCompletionSearcherDelegate