Home
last modified time | relevance | path

Searched refs:DependencyOutputFormat (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h19 enum class DependencyOutputFormat { Make, NMake }; enum
35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make; in DependencyOutputOptions()
/external/clang/lib/Frontend/
DDependencyFile.cpp164 DependencyOutputFormat OutputFormat;
365 DependencyOutputFormat OutputFormat) { in PrintFilename()
366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
376 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
DCompilerInvocation.cpp866 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()