Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h195 m_suggestion_callback = std::move(callback); in SetSuggestionCallback()
409 SuggestionCallbackType m_suggestion_callback; variable
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1064 if (!m_suggestion_callback) { in ApplyAutosuggestCommand()
1072 if (std::optional<std::string> to_add = m_suggestion_callback(line)) in ApplyAutosuggestCommand()
1082 if (!m_suggestion_callback) { in TypedCharacter()
1090 if (std::optional<std::string> to_add = m_suggestion_callback(line)) { in TypedCharacter()
1257 if (m_suggestion_callback) { in ConfigureEditor()