Home
last modified time | relevance | path

Searched refs:getPreprocessorOutputOpts (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp254 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()
291 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()
305 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()
310 CI.getPreprocessorOutputOpts()); in ExecuteAction()
315 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h215 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
219 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
H A DCompilerInstance.h324 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
325 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
327 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
328 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp95 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
96 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp829 CI.getPreprocessorOutputOpts()); in ExecuteAction()
H A DCompilerInstance.cpp412 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
H A DCompilerInvocation.cpp3332 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()