Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance
259 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()296 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()310 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()315 CI.getPreprocessorOutputOpts()); in ExecuteAction()320 CI.getPreprocessorOutputOpts()); in ExecuteAction()
145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function244 using CompilerInvocationBase::getPreprocessorOutputOpts;263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
346 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function347 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()349 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function350 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
105 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()106 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
1085 CI.getPreprocessorOutputOpts()); in ExecuteAction()
169 PreprocessorOutputOpts = make_shared_copy(X.getPreprocessorOutputOpts()); in deep_copy_assign()4856 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()4861 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()5054 GeneratePreprocessorOutputArgs(getPreprocessorOutputOpts(), Consumer, in generateCC1CommandLine()
485 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()