Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enum
51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
H A DUtils.h128 DependencyOutputFormat OutputFormat;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyFile.cpp283 DependencyOutputFormat OutputFormat) { in PrintFilename()
288 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
298 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td725 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
726 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;