Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h194 void SetSuggestionCallback(SuggestionCallbackType callback) { in SetSuggestionCallback() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp278 m_editline_up->SetSuggestionCallback([this](llvm::StringRef line) { in IOHandlerEditline()