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);
62 void HandleInterestingDecl(DeclGroupRef D) override;
291 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer293 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
1006 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon539022680411::TopLevelDeclTrackerConsumer
160 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function161 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon7f009d8c0111::IndexASTConsumer
257 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon1ecb545e0111::ObjCMigrateASTConsumer
7801 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()7803 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()7810 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()