HomeSort by relevance Sort by last modified time
    Searched refs:DependencyOutputFormat (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 18 /// DependencyOutputFormat - Format for the compiler dependency file.
19 enum class DependencyOutputFormat { Make, NMake };
35 DependencyOutputFormat OutputFormat;
67 OutputFormat = DependencyOutputFormat::Make;
  /external/clang/lib/Frontend/
DependencyFile.cpp 164 DependencyOutputFormat OutputFormat;
365 DependencyOutputFormat OutputFormat) {
366 if (OutputFormat == DependencyOutputFormat::NMake) {
376 assert(OutputFormat == DependencyOutputFormat::Make);
CompilerInvocation.cpp 737 Opts.OutputFormat = DependencyOutputFormat::NMake;
    [all...]

Completed in 533 milliseconds