Lines Matching defs:Method
148 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
282 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
343 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
787 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
893 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
1106 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1134 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1164 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1286 ObjCMethodDecl *Method, in getBaseMessageSendResultType()
1351 ObjCMethodDecl *Method, in getMessageSendResultType()
1514 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local
1536 Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, in CheckMessageArgumentTypes()
1742 ObjCMethodDecl *Method = in isSelfExpr() local
2088 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC()
2125 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind() local
2208 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage() local
2255 ObjCMethodDecl *Method, in BuildClassMessageImplicit()
2312 const ObjCMethodDecl *Method, in checkFoundationAPI()
2362 ObjCMethodDecl *Method, in DiagnoseCStringFormatDirectiveInObjCAPI()
2429 ObjCMethodDecl *Method, in BuildClassMessage()
2594 ObjCMethodDecl *Method, in BuildInstanceMessageImplicit()
2652 ObjCMethodDecl *Method, in BuildInstanceMessage()