Searched refs:m_cursor_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp28 m_cursor_index = 0;
31 m_cursor_index = GetParsedLine().GetArgumentCount() - 1U;
33 strlen(GetParsedLine().GetArgumentAtIndex(m_cursor_index));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h119 m_cursor_index--;
127 m_cursor_index++;
131 size_t GetCursorIndex() const { return m_cursor_index; }
204 size_t m_cursor_index; member in class:lldb_private::CompletionRequest
205 /// The cursor position in the argument indexed by m_cursor_index.

Completed in 99 milliseconds