Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp130 ASTConsumer *Consumer = &S.getASTConsumer(); in ParseAST()
H A DParser.cpp2444 Actions.getASTConsumer().HandleTopLevelDecl(Result.get()); in ParseMicrosoftIfExistsExternalDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp167 Clang->getASTConsumer().GetASTDeserializationListener()); in createChainedIncludesSource()
H A DCompilerInstance.cpp180 getASTConsumer().Initialize(getASTContext()); in setASTContext()
191 getASTConsumer().Initialize(getASTContext()); in setASTConsumer()
747 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
1744 getASTConsumer().GetASTDeserializationListener()); in createASTReader()
1746 getASTConsumer().GetASTMutationListener()); in createASTReader()
1752 TheASTReader->StartTranslationUnit(&getASTConsumer()); in createASTReader()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp219 Consumer = &CI->getASTConsumer(); in IncrementalParser()
H A DInterpreter.cpp774 B->Interp.getCompilerInstance()->getASTConsumer().HandleTopLevelDecl( in transformForValuePrinting()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h543 ASTConsumer &getASTConsumer() const { in getASTConsumer() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1119 decl_map->InstallCodeGenerator(&m_compiler->getASTConsumer()); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp593 return getASTConsumer().GetASTMutationListener(); in getASTMutationListener()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h601 ASTConsumer &getASTConsumer() const { return Consumer; } in getASTConsumer() function