Searched refs:HandleInterestingDecl (Results 1 – 9 of 9) sorted by relevance
22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
62 virtual void HandleInterestingDecl(DeclGroupRef D);
60 void HandleInterestingDecl(DeclGroupRef D) override;
285 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer287 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
978 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anonc715c21c0411::TopLevelDeclTrackerConsumer
113 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon76f6f7400111::IndexASTConsumer
239 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon0304ea920111::ObjCMigrateASTConsumer
7681 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()7683 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()7690 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()