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