Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseAST.cpp110 ASTConsumer *Consumer = &S.getASTConsumer(); in ParseAST()
HDParser.cpp1937 Actions.getASTConsumer().HandleTopLevelDecl(Result.get()); in ParseMicrosoftIfExistsExternalDeclaration()
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp418 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
1164 getASTConsumer().GetASTDeserializationListener()); in loadModule()
1166 getASTConsumer().GetASTMutationListener()); in loadModule()
1174 ModuleManager->StartTranslationUnit(&getASTConsumer()); in loadModule()
HDChainedIncludesSource.cpp143 Clang->getASTConsumer().GetASTDeserializationListener())); in create()
/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInstance.h400 ASTConsumer &getASTConsumer() const { in getASTConsumer() function
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp238 return getASTConsumer().GetASTMutationListener(); in getASTMutationListener()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h878 ASTConsumer &getASTConsumer() const { return Consumer; } in getASTConsumer() function