Searched refs:HandleCompletionWithDescriptions (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 243 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/ |
D | SBCommandInterpreter.h | 196 int HandleCompletionWithDescriptions( 201 int HandleCompletionWithDescriptions(const char *current_line,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBCommandInterpreter.i | 158 HandleCompletionWithDescriptions (const char *current_line,
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 1017 g_vsc.debugger.GetCommandInterpreter().HandleCompletionWithDescriptions( in request_completions()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbtest.py | 2227 …num_matches = interp.HandleCompletionWithDescriptions(str_input, len(str_input), 0, -1, match_stri…
|