Searched refs:getCategoryClassMethod (Results 1 – 6 of 6) sorted by relevance
1269 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;1272 : getCategoryClassMethod(Sel); in getCategoryMethod()
1354 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;1358 : getCategoryClassMethod(Sel); in getCategoryMethod()
1619 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
1726 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
2016 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2241 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()