Home
last modified time | relevance | path

Searched refs:GetQuoteChar (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h53 char GetQuoteChar() const { return quote; } in GetQuoteChar() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp882 result.AppendArgument(pos->ref(), pos->GetQuoteChar()); in ReconstituteArgsAfterParsing()
1025 bool arg_has_backtick = args_copy[idx + 1].GetQuoteChar() == '`'; in ParseAlias()
H A DCommandObject.cpp808 if (!value.ref().empty() && value.GetQuoteChar() == '`') { in Execute()
H A DCommandInterpreter.cpp1685 const char quote_char = entry.GetQuoteChar(); in BuildAliasResult()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp292 char quote_char = request.GetParsedArg().GetQuoteChar(); in HandleCompletionWithDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1021 to_add.push_back(request.GetParsedArg().GetQuoteChar()); in TabCommand()