Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp293 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()
/freebsd-src/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.cpp1551 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...]
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp291 char quote_char = request.GetParsedArg().GetQuoteChar(); HandleCompletionWithDescriptions() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp829 static constexpr llvm::StringLiteral quote_char("\""); in NSURLSummaryProvider() local