Searched refs:ImpliedMethod (Results 1 – 1 of 1) sorted by relevance
2508 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local2513 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()[all …]