Searched refs:DependencyOutputFormat (Results 1 – 7 of 7) sorted by relevance
19 enum class DependencyOutputFormat { Make, NMake }; enum35 DependencyOutputFormat OutputFormat;70 OutputFormat = DependencyOutputFormat::Make; in DependencyOutputOptions()
21 enum class DependencyOutputFormat { Make, NMake }; enum39 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
143 DependencyOutputFormat OutputFormat;
164 DependencyOutputFormat OutputFormat;365 DependencyOutputFormat OutputFormat) { in PrintFilename()366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()376 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
866 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()
273 DependencyOutputFormat OutputFormat) { in PrintFilename()278 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()288 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
472 MarshallingInfoFlag<"DependencyOutputOpts.OutputFormat", "DependencyOutputFormat::Make">,473 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;