Lines Matching refs:ImpliedMethod
2517 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2522 ImpliedMethod = in checkFoundationAPI()
2524 if (!ImpliedMethod) in checkFoundationAPI()
2525 ImpliedMethod = in checkFoundationAPI()
2531 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2532 if (!ImpliedMethod) in checkFoundationAPI()
2533 ImpliedMethod = in checkFoundationAPI()
2536 if (!ImpliedMethod) in checkFoundationAPI()
2538 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2545 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
2547 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()