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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
DependencyOutputOptions.h 48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
HeaderIncludeGen.cpp 90 switch (DepOpts.ShowIncludesDest) {
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 22 milliseconds