Home
last modified time | relevance | path

Searched defs:cursor_pos (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DCompletionRequestTest.cpp16 const unsigned cursor_pos = 3; in TEST() local
37 const unsigned cursor_pos = command.size(); in TEST() local
90 const unsigned cursor_pos = 3; in TEST() local
122 const unsigned cursor_pos = 3; in TEST() local
185 const unsigned cursor_pos = 3; in TEST() local
261 const unsigned cursor_pos = 3; in TEST() local
/llvm-project/lldb/source/Core/
H A DHighlighter.cpp31 std::optional<size_t> cursor_pos, in Highlight()
76 std::optional<size_t> cursor_pos, in Highlight()
/llvm-project/lldb/test/API/commands/expression/completion/
H A DTestExprCompletion.py300 def assume_no_completions(self, str_input, cursor_pos=None): argument
/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp135 std::optional<size_t> cursor_pos, in Highlight()
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp311 const char *current_line, uint32_t cursor_pos, int match_start_point, in HandleCompletionWithDescriptions()
325 uint32_t cursor_pos, in HandleCompletion()
/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp349 unsigned cursor_pos = request.GetRawCursorPos(); HandleCompletion() local