Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h193 m_suggestion_callback = std::move(callback); in SetSuggestionCallback()
401 SuggestionCallbackType m_suggestion_callback; variable
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp1058 if (!m_suggestion_callback) { in ApplyAutosuggestCommand()
1066 if (std::optional<std::string> to_add = m_suggestion_callback(line)) in ApplyAutosuggestCommand()
1076 if (!m_suggestion_callback) { in TypedCharacter()
1089 if (std::optional<std::string> to_add = m_suggestion_callback(line)) { in TypedCharacter()
1255 if (m_suggestion_callback) { in ConfigureEditor()