Home
last modified time | relevance | path

Searched refs:GetParsedArg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h143 const Args::ArgEntry &GetParsedArg() { in GetParsedArg() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp304 char quote_char = request.GetParsedArg().GetQuoteChar(); in HandleCompletionWithDescriptions()
307 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1147 request.GetParsedArg().IsQuoted()) { in TabCommand()
1148 to_add.push_back(request.GetParsedArg().GetQuoteChar()); in TabCommand()