Searched refs:lookupClassMethod (Results 1 – 4 of 4) sorted by relevance
285 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()536 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()641 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()783 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()890 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()1563 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()1974 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr()1993 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()2382 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()2675 Method = ClassDecl->lookupClassMethod(Sel); in BuildInstanceMessage()
1520 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()1532 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
648 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
1513 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function1839 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function