Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h163 llvm::StringRef GetCursorArgument() const { in GetCursorArgument() function
168 return GetCursorArgument().substr(0, GetCursorCharPosition()); in GetCursorArgumentPrefix()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp709 request.AddCompletion(request.GetCursorArgument()); in HandleOptionCompletion()
741 subrequest.SetCursorCharPosition(subrequest.GetCursorArgument().size()); in HandleOptionCompletion()