Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DArgs.cpp137 char quote_char = GetArgumentQuoteCharAtIndex(i); in GetQuotedCommandString() local
200 char quote_char = '\0'; in SetCommandString() local
471 Args::Unshift (const char *arg_cstr, char quote_char) in Unshift()
498 Args::AppendArgument (const char *arg_cstr, char quote_char) in AppendArgument()
504 Args::InsertArgumentAtIndex (size_t idx, const char *arg_cstr, char quote_char) in InsertArgumentAtIndex()
529 Args::ReplaceArgumentAtIndex (size_t idx, const char *arg_cstr, char quote_char) in ReplaceArgumentAtIndex()
DOptionValueDictionary.cpp135 const char quote_char = key.front(); in SetArgs() local
DCommandInterpreter.cpp1227 …tCommand (std::string &command_string, std::string &command, std::string &suffix, char &quote_char) in ExtractCommand()
1617 char quote_char = '\0'; in HandleCommand() local
2044 char quote_char = parsed_line.GetArgumentQuoteCharAtIndex(cursor_index); in HandleCompletion() local