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

References

tools/clang/include/clang/Frontend/ASTUnit.h
  435   const Preprocessor &getPreprocessor() const { return *PP; }
  436   Preprocessor &getPreprocessor() { return *PP; }
  437   std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; }
tools/clang/lib/Frontend/ASTUnit.cpp
  275   this->PP = std::move(PP);
  281   getDiagnostics().getClient()->BeginSourceFile(Ctx->getLangOpts(), PP.get());
  803   AST->PP = std::make_shared<Preprocessor>(
  808   Preprocessor &PP = *AST->PP;
  824       *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts,
 1455     PP = CI.getPreprocessorPtr();
 1597   AST->PP = nullptr;
 1889   PP.reset();
 2603   if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord())