Searched refs:ModifiedCommandLine (Results 1 – 1 of 1) sorted by relevance
396 std::optional<std::vector<std::string>> ModifiedCommandLine; in computeDependencies() local399 ModifiedCommandLine = CommandLine; in computeDependencies()400 ModifiedCommandLine->emplace_back(*ModuleName); in computeDependencies()413 ModifiedCommandLine ? *ModifiedCommandLine : CommandLine; in computeDependencies()