Home
last modified time | relevance | path

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

/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.h346 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
347 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
349 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
350 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp105 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
106 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1085 CI.getPreprocessorOutputOpts()); in ExecuteAction()
H A DCompilerInvocation.cpp169 PreprocessorOutputOpts = make_shared_copy(X.getPreprocessorOutputOpts()); in deep_copy_assign()
4856 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4861 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()
5054 GeneratePreprocessorOutputArgs(getPreprocessorOutputOpts(), Consumer, in generateCC1CommandLine()
H A DCompilerInstance.cpp485 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()