Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance
258 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()295 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()309 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()314 CI.getPreprocessorOutputOpts()); in ExecuteAction()319 CI.getPreprocessorOutputOpts()); in ExecuteAction()
313 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function314 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()316 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function317 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
179 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function183 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
103 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()104 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
1071 CI.getPreprocessorOutputOpts()); in ExecuteAction()
487 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
4509 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()4514 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()