Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h19 enum class DependencyOutputFormat { Make, NMake }; enum
35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make; in DependencyOutputOptions()
/external/llvm-project/clang/include/clang/Frontend/
DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enum
39 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
DUtils.h143 DependencyOutputFormat OutputFormat;
/external/clang/lib/Frontend/
DDependencyFile.cpp164 DependencyOutputFormat OutputFormat;
365 DependencyOutputFormat OutputFormat) { in PrintFilename()
366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
376 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
DCompilerInvocation.cpp866 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()
/external/llvm-project/clang/lib/Frontend/
DDependencyFile.cpp273 DependencyOutputFormat OutputFormat) { in PrintFilename()
278 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
288 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td472 MarshallingInfoFlag<"DependencyOutputOpts.OutputFormat", "DependencyOutputFormat::Make">,
473 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;