Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance
199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function202 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()
82 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
716 CI.getPreprocessorOutputOpts()); in ExecuteAction()
338 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
2043 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()