Home
last modified time | relevance | path

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

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