HomeSort by: relevance | last modified time | path
    Searched refs:ShowIncludesDestination (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
DependencyOutputOptions.h 17 /// ShowIncludesDestination - Destination for /showIncludes output.
18 enum class ShowIncludesDestination { None, Stdout, Stderr };
48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
HeaderIncludeGen.cpp 93 case ShowIncludesDestination::Stderr:
96 case ShowIncludesDestination::Stdout:
CompilerInvocation.cpp 1982 if (Opts.ShowIncludesDest != ShowIncludesDestination::None)
2028 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr;
2030 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout;
2032 Opts.ShowIncludesDest = ShowIncludesDestination::None;
CompilerInstance.cpp 533 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) {

Completed in 24 milliseconds