Home
last modified time | relevance | path

Searched refs:HandleCompletionWithDescriptions (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp243 return HandleCompletionWithDescriptions( in HandleCompletion()
248 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
253 HandleCompletionWithDescriptions, in HandleCompletionWithDescriptions()
318 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
323 HandleCompletionWithDescriptions, in HandleCompletionWithDescriptions()
331 return HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions()
800 HandleCompletionWithDescriptions, in RegisterMethods()
804 HandleCompletionWithDescriptions, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h196 int HandleCompletionWithDescriptions(
201 int HandleCompletionWithDescriptions(const char *current_line,
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i158 HandleCompletionWithDescriptions (const char *current_line,
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1017 g_vsc.debugger.GetCommandInterpreter().HandleCompletionWithDescriptions( in request_completions()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py2227 …num_matches = interp.HandleCompletionWithDescriptions(str_input, len(str_input), 0, -1, match_stri…