Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp259 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()
296 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()
310 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()
315 CI.getPreprocessorOutputOpts()); in ExecuteAction()
320 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
239 using CompilerInvocationBase::getPreprocessorOutputOpts;
258 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
H A DCompilerInstance.h322 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
323 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
325 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
326 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp101 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
102 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1050 CI.getPreprocessorOutputOpts()); in ExecuteAction()
H A DCompilerInvocation.cpp169 PreprocessorOutputOpts = make_shared_copy(X.getPreprocessorOutputOpts()); in deep_copy_assign()
4647 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4652 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()
4843 GeneratePreprocessorOutputArgs(getPreprocessorOutputOpts(), Consumer, in generateCC1CommandLine()
H A DCompilerInstance.cpp486 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()