Searched refs:handleObjCMethod (Results 1 – 3 of 3) sorted by relevance
52 void handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in __anon4cd561f10111::IndexingDeclVisitor53 IndexCtx.handleObjCMethod(D); in handleObjCMethod()205 handleObjCMethod(D); in VisitObjCMethodDecl()212 handleObjCMethod(MD); in VisitObjCPropertyDecl()215 handleObjCMethod(MD); in VisitObjCPropertyDecl()
417 bool handleObjCMethod(const ObjCMethodDecl *D);
573 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in IndexingContext