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

References

tools/clang/include/clang/Frontend/ASTUnit.h
  472     assert(PPOpts && "ASTUnit does not have preprocessor options");
  473     return *PPOpts;
tools/clang/lib/Frontend/ASTUnit.cpp
  793   AST->PPOpts = std::make_shared<PreprocessorOptions>();
  796     AST->PPOpts->addRemappedFile(RemappedFile.first, RemappedFile.second);
  804       AST->PPOpts, AST->getDiagnostics(), *AST->LangOpts,
  824       *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts,