Searched refs:handleObjCMethod (Results 1 – 3 of 3) sorted by relevance
133 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in __anon2e397e1c0111::IndexingDeclVisitor504 handleObjCMethod(D); in VisitObjCMethodDecl()511 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()514 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
399 bool handleObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc);
97 DataConsumer.handleObjCMethod(D, DeclLoc); in VisitObjCMethodDecl()802 bool CXIndexDataConsumer::handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in CXIndexDataConsumer