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