Searched refs:HandleInterestingDecl (Results 1 – 7 of 7) sorted by relevance
23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
39 virtual void HandleInterestingDecl(DeclGroupRef D);
63 virtual void HandleInterestingDecl(DeclGroupRef D);
236 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer238 Consumers[i]->HandleInterestingDecl(D); in HandleInterestingDecl()
953 void HandleInterestingDecl(DeclGroupRef) {} in HandleInterestingDecl() function in __anon8a9512140311::TopLevelDeclTrackerConsumer
129 virtual void HandleInterestingDecl(DeclGroupRef DG) { in HandleInterestingDecl() function in __anon366e398a0111::ObjCMigrateASTConsumer
5929 Consumer->HandleInterestingDecl(DeclGroupRef(*I)); in PassObjCImplDeclToConsumer()5931 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()5948 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()