Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance
300 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function301 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()303 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function304 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
195 CI.getPreprocessorOutputOpts()); in ExecuteAction()
82 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
670 CI.getPreprocessorOutputOpts()); in ExecuteAction()
330 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
1887 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), *Args, in CreateFromArgs()