Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h98 unsigned GetRawCursorPos() const { return m_raw_cursor_pos; } in GetRawCursorPos() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp338 unsigned cursor_pos = request.GetRawCursorPos(); in HandleCompletion()