Searched refs:getClassMethod (Results 1 – 5 of 5) sorted by relevance
320 : ImpDecl->getClassMethod(Sel); in lookupPrivateMethod()677 if (ObjCMethodDecl *MD = Impl->getClassMethod(Sel)) in getCategoryClassMethod()
471 Method = ImpDecl->getClassMethod(Sel); in LookupPrivateClassMethod()776 Getter = ImpDecl->getClassMethod(Sel); in ActOnClassPropertyRefExpr()797 Setter = ImpDecl->getClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
1502 IMPDecl->getClassMethod((*I)->getSelector()); in MatchAllMethodDeclarations()1504 CDecl->getClassMethod((*I)->getSelector()); in MatchAllMethodDeclarations()2404 PrevMethod = ImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()2419 PrevMethod = CatImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()
399 ObjCMethodDecl *getClassMethod(Selector Sel) const { in getClassMethod() function526 : getClassMethod(Sel); in getCategoryMethod()
4885 return OD->getClassMethod(GetNullarySelector("load")) != 0; in ImplementationIsNonLazy()