Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h200 int HandleCompletionWithDescriptions(
205 int HandleCompletionWithDescriptions(const char *current_line,
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp219 return HandleCompletionWithDescriptions( in HandleCompletion()
224 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
290 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
299 return HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i163 HandleCompletionWithDescriptions (const char *current_line,
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2071 …num_matches = interp.HandleCompletionWithDescriptions(str_input, len(str_input), 0, -1, match_stri…
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1070 g_vsc.debugger.GetCommandInterpreter().HandleCompletionWithDescriptions( in request_completions()