Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h26 unsigned RewriteIncludes : 1; ///< Preprocess include directives only. variable
38 RewriteIncludes = 0; in PreprocessorOutputOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp95 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp3182 Opts.RewriteIncludes = Args.hasArg(OPT_frewrite_includes); in ParsePreprocessorOutputArgs()