Searched refs:HandleInterestingDecl (Results 1 – 12 of 12) sorted by relevance
22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
63 virtual void HandleInterestingDecl(DeclGroupRef D);
62 void HandleInterestingDecl(DeclGroupRef D) override;
61 void HandleInterestingDecl(DeclGroupRef D) override final { in HandleInterestingDecl() function in clang::IncrementalASTConsumer62 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
105 void HandleInterestingDecl(DeclGroupRef D) override;
223 void BackendConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in clang::BackendConsumer
320 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer322 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
1026 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anone37b80710411::TopLevelDeclTrackerConsumer
166 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function167 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonb20dd8150111::IndexASTConsumer
142 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonac2273870111::ObjCMigrateASTConsumer
8108 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()8110 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()8117 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()