Home
last modified time | relevance | path

Searched refs:HandleInterestingDecl (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTConsumer.cpp23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTConsumer.h63 virtual void HandleInterestingDecl(DeclGroupRef D);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DMultiplexConsumer.h61 void HandleInterestingDecl(DeclGroupRef D) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp280 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
282 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
H A DASTUnit.cpp957 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon0cd8e0a00411::TopLevelDeclTrackerConsumer
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp68 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon0e6db7c40111::IndexASTConsumer
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp193 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon012bd9960111::ObjCMigrateASTConsumer
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7593 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
7595 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
7602 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()