Searched refs:HandleCompletion (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h37 void HandleCompletion(CompletionRequest &request) override;
H A DCommandObjectMultiword.h53 void HandleCompletion(CompletionRequest &request) override;
115 void HandleCompletion(CompletionRequest &request) override;
H A DCommandAlias.h39 void HandleCompletion(CompletionRequest &request) override;
H A DCommandObject.h231 virtual void HandleCompletion(CompletionRequest &request);
H A DCommandInterpreter.h312 void HandleCompletion(CompletionRequest &request);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h56 void HandleCompletion(CompletionRequest &request) override;
H A DCommandObjectHelp.h26 void HandleCompletion(CompletionRequest &request) override;
H A DCommandObjectMultiword.cpp183 void CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { function in class:CommandObjectMultiword
200 cmd_obj->HandleCompletion(request);
218 sub_command_object->HandleCompletion(request);
356 void CommandObjectProxy::HandleCompletion(CompletionRequest &request) { function in class:CommandObjectProxy
359 proxy_command->HandleCompletion(request);
H A DCommandObjectHelp.cpp204 void CommandObjectHelp::HandleCompletion(CompletionRequest &request) { function in class:CommandObjectHelp
219 cmd_obj->HandleCompletion(request);
H A DCommandObjectExpression.cpp287 void CommandObjectExpression::HandleCompletion(CompletionRequest &request) { function in class:CommandObjectExpression
H A DCommandObjectPlatform.cpp157 void HandleCompletion(CompletionRequest &request) override {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h158 int HandleCompletion(const char *current_line, const char *cursor,
162 int HandleCompletion(const char *current_line, uint32_t cursor_pos,
166 // Same as HandleCompletion, but also fills out `descriptions` with
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i215 HandleCompletion (const char *current_line,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp87 void CommandObjectRegexCommand::HandleCompletion(CompletionRequest &request) { function in class:CommandObjectRegexCommand
H A DCommandAlias.cpp119 void CommandAlias::HandleCompletion(CompletionRequest &request) { function in class:CommandAlias
121 m_underlying_command_sp->HandleCompletion(request);
H A DCommandObject.cpp260 void CommandObject::HandleCompletion(CompletionRequest &request) { function in class:CommandObject
H A DCommandInterpreter.cpp1813 command_object->HandleCompletion(request);
1818 void CommandInterpreter::HandleCompletion(CompletionRequest &request) { function in class:CommandInterpreter
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp329 int SBCommandInterpreter::HandleCompletion( function in class:SBCommandInterpreter
332 LLDB_RECORD_METHOD(int, SBCommandInterpreter, HandleCompletion,
374 m_opaque_ptr->HandleCompletion(request);
432 int SBCommandInterpreter::HandleCompletion(const char *current_line, function in class:SBCommandInterpreter
437 LLDB_RECORD_METHOD(int, SBCommandInterpreter, HandleCompletion,
444 return HandleCompletion(current_line, cursor, last_char, match_start_point,
894 LLDB_REGISTER_METHOD(int, SBCommandInterpreter, HandleCompletion,
906 int, SBCommandInterpreter, HandleCompletion,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp454 debugger.GetCommandInterpreter().HandleCompletion(sub_request);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp202 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request);

Completed in 720 milliseconds