Home
last modified time | relevance | path

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

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