Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1066 uint32_t cursor_index) { in ParseForCompletion() argument
1119 if (dash_dash_pos == cursor_index) { in ParseForCompletion()
1232 const Args::ArgEntry &cursor = args[cursor_index]; in ParseForCompletion()
1234 cursor_index < dash_dash_pos) && in ParseForCompletion()
1237 OptionArgElement(OptionArgElement::eBareDash, cursor_index, in ParseForCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h135 uint32_t cursor_index);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp998 unsigned cursor_index = line_info->cursor - line_info->buffer; in TabCommand() local
1000 CompletionRequest request(line, cursor_index, result); in TabCommand()