Searched refs:lookupClassMethod (Results 1 – 4 of 4) sorted by relevance
282 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()534 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()640 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()782 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()888 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()1560 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()1989 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr()2008 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()2395 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()2686 Method = ClassDecl->lookupClassMethod(Sel); in BuildInstanceMessage()
1585 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()1597 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
673 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
1754 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function2081 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function