Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
H A DCompilerInstance.h288 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
289 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
291 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
292 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp195 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp82 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp675 CI.getPreprocessorOutputOpts()); in ExecuteAction()
H A DCompilerInstance.cpp330 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
H A DCompilerInvocation.cpp1878 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), *Args, in CreateFromArgs()