Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h22 enum class DependencyOutputFormat { Make, NMake }; enum
64 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
H A DUtils.h130 DependencyOutputFormat OutputFormat;
/src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp316 DependencyOutputFormat OutputFormat) { in PrintFilename()
321 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
331 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp108 if (Opts->OutputFormat != DependencyOutputFormat::Make) in getP1689ModuleDependencyFile()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td918 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
919 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;