Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance
199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
288 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function289 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()291 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function292 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
195 CI.getPreprocessorOutputOpts()); in ExecuteAction()
82 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
675 CI.getPreprocessorOutputOpts()); in ExecuteAction()
330 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
1878 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), *Args, in CreateFromArgs()