Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
244 using CompilerInvocationBase::getPreprocessorOutputOpts;
263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
H A DCompilerInstance.h332 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
333 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
335 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
336 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp144 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
145 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1114 CI.getPreprocessorOutputOpts()); in ExecuteAction()
H A DCompilerInvocation.cpp155 PreprocessorOutputOpts = make_shared_copy(X.getPreprocessorOutputOpts()); in deep_copy_assign()
5200 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()
5205 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()
5405 GeneratePreprocessorOutputArgs(getPreprocessorOutputOpts(), Consumer, in generateCC1CommandLine()
H A DCompilerInstance.cpp482 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()