Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h25 unsigned RewriteIncludes : 1; ///< Preprocess include directives only. variable
35 RewriteIncludes = 0; in PreprocessorOutputOptions()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp85 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2277 Opts.RewriteIncludes = Args.hasArg(OPT_frewrite_includes); in ParsePreprocessorOutputArgs()