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()
145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function244 using CompilerInvocationBase::getPreprocessorOutputOpts;263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
332 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function333 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()335 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function336 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
144 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()145 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
1114 CI.getPreprocessorOutputOpts()); in ExecuteAction()
155 PreprocessorOutputOpts = make_shared_copy(X.getPreprocessorOutputOpts()); in deep_copy_assign()5200 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()5205 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()5405 GeneratePreprocessorOutputArgs(getPreprocessorOutputOpts(), Consumer, in generateCC1CommandLine()
482 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()