Searched refs:RewriteImports (Results 1 – 5 of 5) sorted by relevance
39 unsigned RewriteImports : 1; ///< Include contents of transitively-imported modules.58 RewriteImports = 0; in PreprocessorOutputOptions()
259 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()296 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()310 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()
106 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
7465 bool RewriteImports = Args.hasFlag(options::OPT_frewrite_imports, in ConstructJob() local7467 if (RewriteImports) in ConstructJob()
2683 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,