Lines Matching refs:ImpliedMethod
2505 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2510 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()
2535 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()