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()
312 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function313 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()315 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function316 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
174 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function178 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
98 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()99 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
861 CI.getPreprocessorOutputOpts()); in ExecuteAction()
485 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
4422 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()4427 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()