Searched defs:quote_char (Results 1 – 5 of 5) sorted by relevance
293 void Args::Unshift(llvm::StringRef arg_str, char quote_char) { in Unshift()322 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument()327 char quote_char) { in InsertArgumentAtIndex()338 char quote_char) { in ReplaceArgumentAtIndex()604 char quote_char) { in EscapeLLDBCommandArgument()
152 const char quote_char = key.front(); in SetArgs() local254 llvm::StringRef key, quote_char; in GetSubValue() local
1551 ExtractCommand(std::string & command_string,std::string & command,std::string & suffix,char & quote_char) ExtractCommand() argument 1662 const char quote_char = entry.GetQuoteChar(); BuildAliasResult() local 3402 char quote_char = '\0'; ResolveCommandImpl() local [all...]
291 char quote_char = request.GetParsedArg().GetQuoteChar(); HandleCompletionWithDescriptions() local
829 static constexpr llvm::StringLiteral quote_char("\""); in NSURLSummaryProvider() local