Searched refs:ImpliedMethod (Results 1 – 1 of 1) sorted by relevance
2506 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local2511 ImpliedMethod = in checkFoundationAPI()2513 if (!ImpliedMethod) in checkFoundationAPI()2514 ImpliedMethod = in checkFoundationAPI()2520 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()2521 if (!ImpliedMethod) in checkFoundationAPI()2522 ImpliedMethod = in checkFoundationAPI()2525 if (!ImpliedMethod) in checkFoundationAPI()2527 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()2534 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()[all …]