Searched refs:handleObjCMethod (Results 1 – 3 of 3) sorted by relevance
139 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in __anon518304e80111::IndexingDeclVisitor519 handleObjCMethod(D); in VisitObjCMethodDecl()526 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()529 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
398 bool handleObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc);
97 DataConsumer.handleObjCMethod(D, DeclLoc); in VisitObjCMethodDecl()809 bool CXIndexDataConsumer::handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in CXIndexDataConsumer