Home
last modified time | relevance | path

Searched refs:getASTConsumer (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp73 CI.getASTConsumer().HandleTopLevelDecl(DGR); in ExecuteAction()
H A DCompilerInstance.cpp114 getASTConsumer().Initialize(getASTContext()); in setASTContext()
125 getASTConsumer().Initialize(getASTContext()); in setASTConsumer()
628 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
1493 getASTConsumer().GetASTDeserializationListener()); in createModuleManager()
1495 getASTConsumer().GetASTMutationListener()); in createModuleManager()
1501 ModuleManager->StartTranslationUnit(&getASTConsumer()); in createModuleManager()
H A DChainedIncludesSource.cpp189 Clang->getASTConsumer().GetASTDeserializationListener()); in createChainedIncludesSource()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp129 ASTConsumer *Consumer = &S.getASTConsumer(); in ParseAST()
H A DParser.cpp2069 Actions.getASTConsumer().HandleTopLevelDecl(Result.get()); in ParseMicrosoftIfExistsExternalDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h492 ASTConsumer &getASTConsumer() const { in getASTConsumer() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp400 return getASTConsumer().GetASTMutationListener(); in getASTMutationListener()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1239 ASTConsumer &getASTConsumer() const { return Consumer; } in getASTConsumer() function