Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance
203 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function206 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
308 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function309 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()311 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function312 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
196 CI.getPreprocessorOutputOpts()); in ExecuteAction()
85 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
719 CI.getPreprocessorOutputOpts()); in ExecuteAction()
340 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
2395 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()