Searched refs:handleObjCMethod (Results 1 – 3 of 3) sorted by relevance
78 bool handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in __anonba7f62bc0111::IndexingDeclVisitor295 handleObjCMethod(D); in VisitObjCMethodDecl()302 handleObjCMethod(MD); in VisitObjCPropertyDecl()305 handleObjCMethod(MD); in VisitObjCPropertyDecl()
422 bool handleObjCMethod(const ObjCMethodDecl *D);
98 DataConsumer.handleObjCMethod(D); in VisitObjCMethodDecl()796 bool CXIndexDataConsumer::handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in CXIndexDataConsumer