Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
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
/external/llvm-project/lldb/source/Core/
DHighlighter.cpp30 llvm::Optional<size_t> cursor_pos, in Highlight()
75 llvm::Optional<size_t> cursor_pos, in Highlight()
/external/llvm-project/lldb/test/API/commands/expression/completion/
DTestExprCompletion.py225 def assume_no_completions(self, str_input, cursor_pos = None): argument
/external/llvm-project/lldb/source/Plugins/Language/ClangCommon/
DClangHighlighter.cpp134 llvm::Optional<size_t> cursor_pos, in Highlight()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp319 const char *current_line, uint32_t cursor_pos, int match_start_point, in HandleCompletionWithDescriptions()
337 uint32_t cursor_pos, in HandleCompletion()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp310 unsigned cursor_pos = request.GetRawCursorPos(); in HandleCompletion() local