reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Frontend/DependencyOutputOptions.h
   39   DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
   39   DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
tools/clang/include/clang/Frontend/Utils.h
  148   DependencyOutputFormat OutputFormat;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1441     Opts.OutputFormat = DependencyOutputFormat::NMake;
tools/clang/lib/Frontend/DependencyFile.cpp
  277                           DependencyOutputFormat OutputFormat) {
  282   if (OutputFormat == DependencyOutputFormat::NMake) {