Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTMerge.cpp72 CI.getASTConsumer().HandleTopLevelDecl(DGR); in ExecuteAction()
H A DChainedIncludesSource.cpp167 Clang->getASTConsumer().GetASTDeserializationListener()); in createChainedIncludesSource()
H A DCompilerInstance.cpp182 getASTConsumer().Initialize(getASTContext()); in setASTContext()
193 getASTConsumer().Initialize(getASTContext()); in setASTConsumer()
755 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
1690 getASTConsumer().GetASTDeserializationListener()); in createASTReader()
1692 getASTConsumer().GetASTMutationListener()); in createASTReader()
1698 TheASTReader->StartTranslationUnit(&getASTConsumer()); in createASTReader()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseAST.cpp129 ASTConsumer *Consumer = &S.getASTConsumer(); in ParseAST()
H A DParser.cpp2371 Actions.getASTConsumer().HandleTopLevelDecl(Result.get()); in ParseMicrosoftIfExistsExternalDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp134 Consumer = &CI->getASTConsumer(); in IncrementalParser()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h487 ASTConsumer &getASTConsumer() const { in getASTConsumer() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1132 decl_map->InstallCodeGenerator(&m_compiler->getASTConsumer()); in ParseInternal()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp534 return getASTConsumer().GetASTMutationListener(); in getASTMutationListener()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1658 ASTConsumer &getASTConsumer() const { return Consumer; } in getASTConsumer() function