Searched refs:getCategoryInstanceMethod (Results 1 – 2 of 2) sorted by relevance
1268 ObjCMethodDecl *getCategoryInstanceMethod(Selector Sel) const;1271 return isInstance ? getCategoryInstanceMethod(Sel) in getCategoryMethod()
1609 ObjCInterfaceDecl::getCategoryInstanceMethod(Selector Sel) const { in getCategoryInstanceMethod() function in ObjCInterfaceDecl