Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enum
51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
H A DUtils.h144 DependencyOutputFormat OutputFormat;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp284 DependencyOutputFormat OutputFormat) { in PrintFilename()
289 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
299 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td692 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
693 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;