Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptions.cpp1058 uint32_t cursor_index) { in ParseForCompletion() argument
1111 if (dash_dash_pos == cursor_index) { in ParseForCompletion()
1233 const Args::ArgEntry &cursor = args[cursor_index]; in ParseForCompletion()
1235 cursor_index < dash_dash_pos) && in ParseForCompletion()
1238 OptionArgElement(OptionArgElement::eBareDash, cursor_index, in ParseForCompletion()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h134 uint32_t cursor_index);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp995 unsigned cursor_index = line_info->cursor - line_info->buffer; in TabCommand() local
997 CompletionRequest request(line, cursor_index, result); in TabCommand()