Lines Matching defs:CommandLine
508 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine,
512 for (const std::string &Arg : CommandLine)
523 if (computeDependencies(WorkingDirectory, CommandLine, Consumer, Controller,
571 std::vector<std::string> CommandLine, DependencyScanningAction &Action,
576 // Save executable path before providing CommandLine to ToolInvocation
577 std::string Executable = CommandLine[0];
578 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM,
591 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine,
619 ModifiedCommandLine = CommandLine;
624 ModifiedCommandLine ? *ModifiedCommandLine : CommandLine;