Home
last modified time | relevance | path

Searched refs:GetRawCursorPos (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDCompletionRequest.h121 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()
132 unsigned GetRawCursorPos() const { return m_raw_cursor_pos; } in GetRawCursorPos() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectExpression.cpp349 unsigned cursor_pos = request.GetRawCursorPos(); in HandleCompletion()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp506 CompletionRequest sub_request(new_line, request.GetRawCursorPos() - 1, in IOHandlerComplete()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp161 if (request.GetRawCursorPos() != 0) in IOHandlerComplete()