Searched refs:ImpliedMethod (Results 1 – 1 of 1) sorted by relevance
2505 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local2510 ImpliedMethod = in checkFoundationAPI()2512 if (!ImpliedMethod) in checkFoundationAPI()2513 ImpliedMethod = in checkFoundationAPI()2519 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()2520 if (!ImpliedMethod) in checkFoundationAPI()2521 ImpliedMethod = in checkFoundationAPI()2524 if (!ImpliedMethod) in checkFoundationAPI()2526 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()2533 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()[all …]