Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp258 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()
295 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()
309 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()
314 CI.getPreprocessorOutputOpts()); in ExecuteAction()
319 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h315 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
316 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
318 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
319 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
H A DCompilerInvocation.h179 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
183 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
/openbsd-src/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp101 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
102 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp1019 CI.getPreprocessorOutputOpts()); in ExecuteAction()
H A DCompilerInstance.cpp494 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
H A DCompilerInvocation.cpp4549 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4554 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()