Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp180 getASTConsumer().Initialize(getASTContext()); in setASTContext()
191 getASTConsumer().Initialize(getASTContext()); in setASTConsumer()
748 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
1709 getASTConsumer().GetASTDeserializationListener()); in createASTReader()
1711 getASTConsumer().GetASTMutationListener()); in createASTReader()
1717 TheASTReader->StartTranslationUnit(&getASTConsumer()); in createASTReader()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp130 ASTConsumer *Consumer = &S.getASTConsumer(); in ParseAST()
H A DParser.cpp2420 Actions.getASTConsumer().HandleTopLevelDecl(Result.get()); in ParseMicrosoftIfExistsExternalDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp219 Consumer = &CI->getASTConsumer(); in IncrementalParser()
H A DInterpreter.cpp599 Interp.getCompilerInstance()->getASTConsumer().HandleTopLevelDecl( in getCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h519 ASTConsumer &getASTConsumer() const { in getASTConsumer() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1116 decl_map->InstallCodeGenerator(&m_compiler->getASTConsumer()); in ParseInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp542 return getASTConsumer().GetASTMutationListener(); in getASTMutationListener()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1695 ASTConsumer &getASTConsumer() const { return Consumer; } in getASTConsumer() function