Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h22 enum class DependencyOutputFormat { Make, NMake }; enum
58 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
H A DUtils.h128 DependencyOutputFormat OutputFormat;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDependencyFile.cpp288 DependencyOutputFormat OutputFormat) { in PrintFilename()
293 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
303 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp138 if (Opts->OutputFormat != DependencyOutputFormat::Make) in getP1689ModuleDependencyFile()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td735 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
736 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;