reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  647     size_t argc = args.GetArgumentCount();
  656     const std::string alias_command(args[0].ref());
  657     const std::string actual_command(args[1].ref());
  659     args.Shift(); // Shift the alias command word off the argument vector.
  660     args.Shift(); // Shift the old command word off the argument vector.
  688     while (cmd_obj->IsMultiwordObject() && !args.empty()) {
  689       auto sub_command = args[0].ref();
  696             args[0].c_str(), actual_command.c_str());
  703       args.Shift(); // Shift the sub_command word off the argument vector.
  711     if (!args.empty()) {
  718       args.GetCommandString(args_string);