Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3656 virtual const std::string &GetMatchTextAtIndex(int index) = 0;
3729 m_delegate_sp->GetMatchTextAtIndex(current_match).c_str()); in DrawMatches()
3835 const std::string &GetMatchTextAtIndex(int index) override { in GetMatchTextAtIndex() function in curses::CommonCompletionSearcherDelegate