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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h216 PreprocessorOutputOptions &getPreprocessorOutputOpts() { function in class:clang::CompilerInvocation
220 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h316 PreprocessorOutputOptions &getPreprocessorOutputOpts() { function in class:clang::CompilerInstance
317 return Invocation->getPreprocessorOutputOpts();
319 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { function in class:clang::CompilerInstance
320 return Invocation->getPreprocessorOutputOpts();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp258 Instance.getPreprocessorOutputOpts().RewriteImports = false;
295 if (CI.getPreprocessorOutputOpts().RewriteImports) {
309 if (CI.getPreprocessorOutputOpts().RewriteImports) {
314 CI.getPreprocessorOutputOpts());
319 CI.getPreprocessorOutputOpts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp96 if (CI.getPreprocessorOutputOpts().RewriteIncludes ||
97 CI.getPreprocessorOutputOpts().RewriteImports)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp847 CI.getPreprocessorOutputOpts());
H A DCompilerInstance.cpp419 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP);
H A DCompilerInvocation.cpp3622 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args,

Completed in 303 milliseconds