Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h25 unsigned RewriteIncludes : 1; ///< Preprocess include directives only. variable
39 RewriteIncludes = 0; in PreprocessorOutputOptions()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp103 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1935 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,