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
  278       IndirectCI.getCompilerInstance(), *ST, *BC);
  279   IndirectCI.getCompilerInstance().setASTContext(AST.release());
  304       init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC);
  305   CI.getCompilerInstance().setASTContext(AST.release());
  313       init_convenience::BuildCodeGen(CI.getCompilerInstance(), *LLVMCtx));
  322       CI.getCompilerInstance().getLangOpts(),
  323       &CI.getCompilerInstance().getPreprocessor());
  327   if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers))