Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h144 m_cursor_index--; in ShiftArguments()
152 m_cursor_index++; in AppendEmptyArgument()
156 size_t GetCursorIndex() const { return m_cursor_index; } in GetCursorIndex()
229 size_t m_cursor_index; variable
/external/llvm-project/lldb/source/Utility/
DCompletionRequest.cpp28 m_cursor_index = 0; in CompletionRequest()
31 m_cursor_index = GetParsedLine().GetArgumentCount() - 1U; in CompletionRequest()
33 strlen(GetParsedLine().GetArgumentAtIndex(m_cursor_index)); in CompletionRequest()