Searched refs:DependencyOutputFormat (Results 1 – 5 of 5) sorted by relevance
22 enum class DependencyOutputFormat { Make, NMake }; enum58 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
128 DependencyOutputFormat OutputFormat;
288 DependencyOutputFormat OutputFormat) { in PrintFilename()293 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()303 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
138 if (Opts->OutputFormat != DependencyOutputFormat::Make) in getP1689ModuleDependencyFile()
735 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,736 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;