Searched refs:HandleInterestingDecl (Results 1 – 11 of 11) sorted by relevance
69 void HandleInterestingDecl(DeclGroupRef D) override;102 void MyASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in __anonee9b01220111::MyASTConsumer103 Builder->HandleInterestingDecl(D); in HandleInterestingDecl()
22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
62 virtual void HandleInterestingDecl(DeclGroupRef D);
62 void HandleInterestingDecl(DeclGroupRef D) override;
291 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer293 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
978 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon6243dda10411::TopLevelDeclTrackerConsumer
159 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function160 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anoneb214d450111::IndexASTConsumer
256 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon03f676b70111::ObjCMigrateASTConsumer
7762 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()7764 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()7771 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()