Lines Matching defs:CommandLine
525 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine,
529 for (const std::string &Arg : CommandLine)
540 if (computeDependencies(WorkingDirectory, CommandLine, Consumer, Controller,
588 std::vector<std::string> CommandLine, DependencyScanningAction &Action,
593 // Save executable path before providing CommandLine to ToolInvocation
594 std::string Executable = CommandLine[0];
595 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM,
608 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine,
636 ModifiedCommandLine = CommandLine;
641 ModifiedCommandLine ? *ModifiedCommandLine : CommandLine;