Lines Matching refs:ImpliedMethod
2508 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2513 ImpliedMethod = in checkFoundationAPI()
2515 if (!ImpliedMethod) in checkFoundationAPI()
2516 ImpliedMethod = in checkFoundationAPI()
2522 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2523 if (!ImpliedMethod) in checkFoundationAPI()
2524 ImpliedMethod = in checkFoundationAPI()
2527 if (!ImpliedMethod) in checkFoundationAPI()
2529 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2536 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
2538 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()