Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp72 CI.getASTConsumer().HandleTopLevelDecl(DGR); in ExecuteAction()
H A DCompilerInstance.cpp176 getASTConsumer().Initialize(getASTContext()); in setASTContext()
187 getASTConsumer().Initialize(getASTContext()); in setASTConsumer()
694 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
1520 getASTConsumer().GetASTDeserializationListener()); in createASTReader()
1522 getASTConsumer().GetASTMutationListener()); in createASTReader()
1528 TheASTReader->StartTranslationUnit(&getASTConsumer()); in createASTReader()
H A DChainedIncludesSource.cpp190 Clang->getASTConsumer().GetASTDeserializationListener()); in createChainedIncludesSource()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp129 ASTConsumer *Consumer = &S.getASTConsumer(); in ParseAST()
H A DParser.cpp2272 Actions.getASTConsumer().HandleTopLevelDecl(Result.get()); in ParseMicrosoftIfExistsExternalDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp125 Consumer = &CI->getASTConsumer(); in IncrementalParser()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h484 ASTConsumer &getASTConsumer() const { in getASTConsumer() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp491 return getASTConsumer().GetASTMutationListener(); in getASTMutationListener()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1542 ASTConsumer &getASTConsumer() const { return Consumer; } in getASTConsumer() function