Searched refs:getASTReader (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp223 CI.getASTReader()->getModuleManager().lookup(*File);
297 CI.getASTReader()->addListener(
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp191 MDC.Instance.getASTReader()->getModuleManager().lookup(M->getASTFile());
192 MDC.Instance.getASTReader()->visitInputFiles(
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp600 if (auto ASTReader = AST->getASTReader()) {
890 CI.getASTReader()->setDeserializationListener(DeserialListener,
910 assert((!CI.getLangOpts().Modules || CI.getASTReader()) &&
H A DCompilerInstance.cpp198 IntrusiveRefCntPtr<ASTReader> CompilerInstance::getASTReader() const { function in class:CompilerInstance
1319 ImportingInstance.getASTReader()->ReadAST(
1702 if (!getASTReader())
1721 switch (getASTReader()->ReadAST(ModuleFilename,
H A DASTUnit.cpp719 IntrusiveRefCntPtr<ASTReader> ASTUnit::getASTReader() const { function in class:ASTUnit
1450 Reader = CI.getASTReader();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h514 IntrusiveRefCntPtr<ASTReader> getASTReader() const;
H A DASTUnit.h481 IntrusiveRefCntPtr<ASTReader> getASTReader() const;
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp244 if (auto Reader = Unit->getASTReader()) {

Completed in 275 milliseconds