Searched defs:quote_char (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp152 const char quote_char = key.front(); local
254 llvm::StringRef key, quote_char; local
H A DCommandInterpreter.cpp1662 const char quote_char = entry.GetQuoteChar(); local
1550 ExtractCommand(std::string &command_string, std::string &command, std::string &suffix, char &quote_char) argument
3402 char quote_char = '\\0'; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp293 void Args::Unshift(llvm::StringRef arg_str, char quote_char) { argument
322 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { argument
323 InsertArgumentAtIndex(GetArgumentCount(), arg_str, quote_char); local
326 InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str, char quote_char) argument
337 ReplaceArgumentAtIndex(size_t idx, llvm::StringRef arg_str, char quote_char) argument
603 EscapeLLDBCommandArgument(const std::string &arg, char quote_char) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp291 char quote_char = request.GetParsedArg().GetQuoteChar(); local

Completed in 188 milliseconds