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

References

tools/clang/include/clang/Frontend/DependencyOutputOptions.h
   36   ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
   36   ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
tools/clang/lib/Frontend/CompilerInstance.cpp
  463   if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1431       Opts.ShowIncludesDest = ShowIncludesDestination::Stderr;
 1433       Opts.ShowIncludesDest = ShowIncludesDestination::Stdout;
 1435     Opts.ShowIncludesDest = ShowIncludesDestination::None;
tools/clang/lib/Frontend/HeaderIncludeGen.cpp
   90     case ShowIncludesDestination::Stderr:
   93     case ShowIncludesDestination::Stdout: