Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h375 SuggestionCallbackType m_suggestion_callback = nullptr; variable
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1055 m_suggestion_callback(line, m_suggestion_callback_baton)) in ApplyAutosuggestCommand()
1069 m_suggestion_callback(line, m_suggestion_callback_baton)) { in TypedCharacter()
1209 if (m_suggestion_callback) { in ConfigureEditor()
1452 m_suggestion_callback = callback; in SetSuggestionCallback()