reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/CompilerInstance.cpp
  419   PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP);
tools/clang/lib/Frontend/FrontendActions.cpp
  837                            CI.getPreprocessorOutputOpts());
tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  258     Instance.getPreprocessorOutputOpts().RewriteImports = false;
  295   if (CI.getPreprocessorOutputOpts().RewriteImports) {
  309   if (CI.getPreprocessorOutputOpts().RewriteImports) {
  314                            CI.getPreprocessorOutputOpts());
  319                            CI.getPreprocessorOutputOpts());
tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
   96     if (CI.getPreprocessorOutputOpts().RewriteIncludes ||
   97         CI.getPreprocessorOutputOpts().RewriteImports)