Home
last modified time | relevance | path

Searched refs:MultiplexConsumer (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp232 MultiplexConsumer::MultiplexConsumer( in MultiplexConsumer() function in MultiplexConsumer
256 MultiplexConsumer::~MultiplexConsumer() {} in ~MultiplexConsumer()
258 void MultiplexConsumer::Initialize(ASTContext &Context) { in Initialize()
263 bool MultiplexConsumer::HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl()
280 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl()
290 void MultiplexConsumer::HandleTagDeclDefinition(TagDecl *D) { in HandleTagDeclDefinition()
325 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable()
338 void MultiplexConsumer::PrintStats() { in PrintStats()
343 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody()
350 void MultiplexConsumer::InitializeSema(Sema &S) { in InitializeSema()
[all …]
H A DFrontendActions.cpp120 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers)); in CreateASTConsumer()
183 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers)); in CreateASTConsumer()
H A DFrontendAction.cpp219 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers)); in CreateWrappedASTConsumer()
H A DASTUnit.cpp1610 llvm::make_unique<MultiplexConsumer>(std::move(Consumers))); in LoadFromCompilerInvocationAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DMultiplexConsumer.h50 class MultiplexConsumer : public SemaConsumer {
53 MultiplexConsumer(std::vector<std::unique_ptr<ASTConsumer>> C);
54 ~MultiplexConsumer() override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp180 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers)); in CreateASTConsumer()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile348 SRCS_MIN+= Frontend/MultiplexConsumer.cpp
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp203 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers)); in CreateASTConsumer()