Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance
254 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()291 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()305 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()310 CI.getPreprocessorOutputOpts()); in ExecuteAction()315 CI.getPreprocessorOutputOpts()); in ExecuteAction()
215 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function219 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
324 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function325 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()327 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function328 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
95 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()96 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
829 CI.getPreprocessorOutputOpts()); in ExecuteAction()
412 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
3332 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()