Home
last modified time | relevance | path

Searched refs:HandleCompletionMatches (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp207 m_interpreter.HandleCompletionMatches(request); in HandleCompletion()
222 m_interpreter.HandleCompletionMatches(request); in HandleCompletion()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h363 void HandleCompletionMatches(CompletionRequest &request);
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1811 void CommandInterpreter::HandleCompletionMatches(CompletionRequest &request) { in HandleCompletionMatches() function in CommandInterpreter
1877 HandleCompletionMatches(request); in HandleCompletion()