Searched refs:RewriteImports (Results 1 – 5 of 5) sorted by relevance
26 unsigned RewriteImports : 1; ///< Include contents of transitively-imported modules. variable40 RewriteImports = 0; in PreprocessorOutputOptions()
258 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()295 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()309 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()
102 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
6968 bool RewriteImports = Args.hasFlag(options::OPT_frewrite_imports, in ConstructJob() local6970 if (RewriteImports) in ConstructJob()
1980 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,