Searched refs:DependencyOutputFormat (Results 1 – 5 of 5) sorted by relevance
22 enum class DependencyOutputFormat { Make, NMake }; enum64 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
130 DependencyOutputFormat OutputFormat;
290 DependencyOutputFormat OutputFormat) { in PrintFilename()295 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()305 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
108 if (Opts->OutputFormat != DependencyOutputFormat::Make) in getP1689ModuleDependencyFile()
858 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,859 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;