Searched refs:HandleInterestingDecl (Results 1 – 6 of 6) sorted by relevance
20 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
56 virtual void HandleInterestingDecl(DeclGroupRef D);
37 virtual void HandleInterestingDecl(DeclGroupRef D);
191 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer193 Consumers[i]->HandleInterestingDecl(D); in HandleInterestingDecl()
747 void HandleInterestingDecl(DeclGroupRef) {} in HandleInterestingDecl() function in __anon28a19ef60311::TopLevelDeclTrackerConsumer
4186 Consumer->HandleInterestingDecl(DG); in PassInterestingDeclsToConsumer()