Searched refs:HandleInterestingDecl (Results 1 – 10 of 10) 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()
979 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon013d40a50411::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 __anon5e5c92490111::IndexASTConsumer
239 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon821c3a3b0111::ObjCMigrateASTConsumer
7708 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()7710 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()7717 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()