Lines Matching refs:Command
78 /// '#': Silence information about the changes to the command line arguments.
80 /// '^': Add FOO as a new argument at the beginning of the command line.
82 /// '+': Add FOO as a new argument at the end of the command line.
84 /// 's/XXX/YYY/': Substitute the regular expression XXX with YYY in the command
93 /// at the end of the command line.
96 /// \param Args - The vector of command line arguments.
97 /// \param Edit - The override command to perform.
143 OS << "### Invalid X edit, end of command line!\n";
336 // clang-cl or cl, or --driver-mode=cl is on the command line. The normal
337 // command line parsing can't happen until after response file parsing, so we
380 // Handle CL and _CL_ which permits additional command line options to be
404 // Handle CCC_OVERRIDE_OPTIONS, used for editing a command line behind the
444 SmallVector<std::pair<int, const Command *>, 4> FailingCommands;
452 // Pretend that every command failed.
455 if (const Command *C = dyn_cast<Command>(&J))
461 const Command *FailingCommand = P.second;
465 // If result status is < 0, then the driver command signalled an error.
466 // If result status is 70, then the driver command reported a fatal error.
496 // failing command.