Lines Matching refs:ImpliedMethod
2323 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2328 ImpliedMethod = in checkFoundationAPI()
2330 if (!ImpliedMethod) in checkFoundationAPI()
2331 ImpliedMethod = in checkFoundationAPI()
2337 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2338 if (!ImpliedMethod) in checkFoundationAPI()
2339 ImpliedMethod = in checkFoundationAPI()
2342 if (!ImpliedMethod) in checkFoundationAPI()
2344 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2346 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2352 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
2354 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()