Searched refs:ModifiedCommandLine (Results 1 – 1 of 1) sorted by relevance
597 std::optional<std::vector<std::string>> ModifiedCommandLine; in computeDependencies() local619 ModifiedCommandLine = CommandLine; in computeDependencies()620 ModifiedCommandLine->emplace_back(FakeInputPath); in computeDependencies()624 ModifiedCommandLine ? *ModifiedCommandLine : CommandLine; in computeDependencies()