Searched refs:ModifiedCommandLine (Results 1 – 1 of 1) sorted by relevance
430 std::optional<std::vector<std::string>> ModifiedCommandLine; in computeDependencies() local452 ModifiedCommandLine = CommandLine; in computeDependencies()453 ModifiedCommandLine->emplace_back(FakeInputPath); in computeDependencies()457 ModifiedCommandLine ? *ModifiedCommandLine : CommandLine; in computeDependencies()