Searched refs:HandleInterestingDecl (Results 1 – 9 of 9) sorted by relevance
23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
63 virtual void HandleInterestingDecl(DeclGroupRef D);
61 void HandleInterestingDecl(DeclGroupRef D) override;
280 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer282 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
957 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon0cd8e0a00411::TopLevelDeclTrackerConsumer
68 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon0e6db7c40111::IndexASTConsumer
193 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon012bd9960111::ObjCMigrateASTConsumer
7593 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()7595 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()7602 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()