Searched refs:getCategoryClassMethod (Results 1 – 3 of 3) sorted by relevance
1337 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;1341 : getCategoryClassMethod(Sel); in getCategoryMethod()
1781 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
2240 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()