Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h376 void *m_suggestion_callback_baton = 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()
1453 m_suggestion_callback_baton = baton; in SetSuggestionCallback()