Searched refs:HandleInterestingDecl (Results 1 – 8 of 8) sorted by relevance
23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
40 void HandleInterestingDecl(DeclGroupRef D) override;
65 virtual void HandleInterestingDecl(DeclGroupRef D);
60 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonc3c4bfe00111::IndexASTConsumer
292 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer294 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
861 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anondc183abc0311::TopLevelDeclTrackerConsumer
139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonb85677320111::ObjCMigrateASTConsumer
6704 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()6706 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()6738 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()