Home
last modified time | relevance | path

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

/freebsd-14.2/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;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp290 DependencyOutputFormat OutputFormat) { in PrintFilename()
295 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
305 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp108 if (Opts->OutputFormat != DependencyOutputFormat::Make) in getP1689ModuleDependencyFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td858 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
859 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;