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

References

tools/clang/tools/clang-import-test/clang-import-test.cpp
  304       init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC);
  305   CI.getCompilerInstance().setASTContext(AST.release());
  307     AddExternalSource(CI, Imports);
  313       init_convenience::BuildCodeGen(CI.getCompilerInstance(), *LLVMCtx));
  321   CI.getDiagnosticClient().BeginSourceFile(
  322       CI.getCompilerInstance().getLangOpts(),
  323       &CI.getCompilerInstance().getPreprocessor());
  325   Consumers.Initialize(CI.getASTContext());
  327   if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers))
  329   CI.getDiagnosticClient().EndSourceFile();
  332   if (CI.getDiagnosticClient().getNumErrors())
  335   return std::move(CI);