Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTMerge.cpp72 CI.getASTConsumer().HandleTopLevelDecl(DGR); in ExecuteAction()
H A DCompilerInstance.cpp178 getASTConsumer().Initialize(getASTContext()); in setASTContext()
189 getASTConsumer().Initialize(getASTContext()); in setASTConsumer()
748 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
1676 getASTConsumer().GetASTDeserializationListener()); in createASTReader()
1678 getASTConsumer().GetASTMutationListener()); in createASTReader()
1684 TheASTReader->StartTranslationUnit(&getASTConsumer()); in createASTReader()
H A DChainedIncludesSource.cpp190 Clang->getASTConsumer().GetASTDeserializationListener()); in createChainedIncludesSource()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h82 static_cast<clang::CodeGenerator&>(compiler.getASTConsumer()).GetModule(); in compile()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseAST.cpp129 ASTConsumer *Consumer = &S.getASTConsumer(); in ParseAST()
H A DParser.cpp2327 Actions.getASTConsumer().HandleTopLevelDecl(Result.get()); in ParseMicrosoftIfExistsExternalDeclaration()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp131 Consumer = &CI->getASTConsumer(); in IncrementalParser()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h485 ASTConsumer &getASTConsumer() const { in getASTConsumer() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1144 decl_map->InstallCodeGenerator(&m_compiler->getASTConsumer()); in ParseInternal()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp537 return getASTConsumer().GetASTMutationListener(); in getASTMutationListener()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1626 ASTConsumer &getASTConsumer() const { return Consumer; } in getASTConsumer() function