Lines Matching refs:ImpliedMethod
2503 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2508 ImpliedMethod = in checkFoundationAPI()
2510 if (!ImpliedMethod) in checkFoundationAPI()
2511 ImpliedMethod = in checkFoundationAPI()
2517 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2518 if (!ImpliedMethod) in checkFoundationAPI()
2519 ImpliedMethod = in checkFoundationAPI()
2522 if (!ImpliedMethod) in checkFoundationAPI()
2524 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2531 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
2533 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()