Lines Matching refs:Args
54 #include "lldb/Interpreter/Args.h"
800 Args cmd_words (cmd_cstr); // Break up the command string into words, in case it's a multi-word command.
896 Args args (options_args);
904 args.Unshift ("dummy_arg");
905 args.ParseAliasOptions (*options, result, option_arg_vector, options_string);
906 args.Shift ();
924 const size_t argc = args.GetArgumentCount();
926 if (strcmp (args.GetArgumentAtIndex (i), "") != 0)
930 std::string (args.GetArgumentAtIndex (i)))));
1299 Args cmd_args (raw_input_string.c_str());
1797 Args command_args (revised_command_line.GetData());
1830 Args command_args (revised_command_line.GetData());
1873 CommandInterpreter::HandleCompletionMatches (Args &parsed_line,
1952 Args parsed_line(current_line, last_char - current_line);
1953 Args partial_parsed_line(current_line, cursor - current_line);
2246 Args &cmd_args,
2259 Args new_args (alias_cmd_obj->GetCommandName());