Searched refs:HandleInterestingDecl (Results 1 – 8 of 8) sorted by relevance
24 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
65 virtual void HandleInterestingDecl(DeclGroupRef D);
40 void HandleInterestingDecl(DeclGroupRef D) override;
279 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer281 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
861 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon5a88eb930311::TopLevelDeclTrackerConsumer
338 void HandleInterestingDecl(DeclGroupRef D) override {} in HandleInterestingDecl() function in __anone24f30970111::IndexingConsumer
139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon04dd42e90111::ObjCMigrateASTConsumer
6702 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()6704 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()6736 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()