Home
last modified time | relevance | path

Searched defs:quote_char (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp293 void Args::Unshift(llvm::StringRef arg_str, char quote_char) { in Unshift() argument
322 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument() argument
327 char quote_char) { in InsertArgumentAtIndex() argument
338 char quote_char) { in ReplaceArgumentAtIndex() argument
603 EscapeLLDBCommandArgument(const std::string & arg,char quote_char) EscapeLLDBCommandArgument() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp152 const char quote_char = key.front(); in SetArgs() local
254 llvm::StringRef key, quote_char; in GetSubValue() local
H A DCommandInterpreter.cpp1574 std::string &suffix, char &quote_char) { in ExtractCommand()
1685 const char quote_char = entry.GetQuoteChar(); in BuildAliasResult() local
3425 char quote_char = '\0'; in ResolveCommandImpl() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp292 char quote_char = request.GetParsedArg().GetQuoteChar(); in HandleCompletionWithDescriptions() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp829 static constexpr llvm::StringLiteral quote_char("\""); in NSURLSummaryProvider() local