Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h22 enum class DependencyOutputFormat { Make, NMake }; enum
40 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp164 DependencyOutputFormat OutputFormat;
402 DependencyOutputFormat OutputFormat) { in PrintFilename()
407 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
417 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
H A DCompilerInvocation.cpp1353 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()