Home
last modified time | relevance | path

Searched refs:PrintShowIncludes (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h31 unsigned PrintShowIncludes : 1; ///< Print cl.exe style /showIncludes info. variable
68 PrintShowIncludes = 0; in DependencyOutputOptions()
/external/clang/lib/Frontend/
DCompilerInstance.cpp379 if (DepOpts.PrintShowIncludes) { in createPreprocessor()
DCompilerInvocation.cpp861 Opts.PrintShowIncludes = Args.hasArg(OPT_show_includes); in ParseDependencyOutputArgs()