Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h138 const Args::ArgEntry &GetParsedArg() { in GetParsedArg() function
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp300 char quote_char = request.GetParsedArg().GetQuoteChar(); in HandleCompletionWithDescriptions()
303 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1008 if (!request.GetParsedLine().empty() && request.GetParsedArg().IsQuoted()) in TabCommand()
1009 to_add.push_back(request.GetParsedArg().GetQuoteChar()); in TabCommand()