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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h113 const Args::ArgEntry &GetParsedArg() { function in class:lldb_private::CompletionRequest
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp396 char quote_char = request.GetParsedArg().GetQuoteChar();
399 if (request.GetParsedArg().IsQuoted())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp999 if (request.GetParsedArg().IsQuoted())
1000 to_add.push_back(request.GetParsedArg().GetQuoteChar());

Completed in 130 milliseconds