Lines Matching defs:Method
151 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
228 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
288 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
658 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
774 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
985 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1013 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1043 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1147 ObjCMethodDecl *Method, in getMessageSendResultType()
1255 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local
1279 ObjCMethodDecl *Method, in CheckMessageArgumentTypes()
1457 ObjCMethodDecl *Method = in isSelfExpr() local
1542 ObjCMethodDecl *Method = ME->getMethodDecl(); in DiagnoseARCUseOfWeakReceiver() local
1840 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC()
1877 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind() local
1960 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage() local
2009 ObjCMethodDecl *Method, in BuildClassMessageImplicit()
2070 ObjCMethodDecl *Method, in DiagnoseCStringFormatDirectiveInObjCAPI()
2137 ObjCMethodDecl *Method, in BuildClassMessage()
2300 ObjCMethodDecl *Method, in BuildInstanceMessageImplicit()
2340 ObjCMethodDecl *Method, in BuildInstanceMessage()