Home
last modified time | relevance | path

Searched refs:RewriteImports (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDPreprocessorOutputOptions.h39 unsigned RewriteImports : 1; ///< Include contents of transitively-imported modules.
58 RewriteImports = 0; in PreprocessorOutputOptions()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp259 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()
296 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()
310 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()
/freebsd-14-stable/contrib/llvm-project/clang/lib/FrontendTool/
HDExecuteCompilerInvocation.cpp106 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp7465 bool RewriteImports = Args.hasFlag(options::OPT_frewrite_imports, in ConstructJob() local
7467 if (RewriteImports) in ConstructJob()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td2683 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,