Searched refs:ImpliedMethod (Results 1 – 1 of 1) sorted by relevance
2378 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local2383 ImpliedMethod = in checkFoundationAPI()2385 if (!ImpliedMethod) in checkFoundationAPI()2386 ImpliedMethod = in checkFoundationAPI()2392 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()2393 if (!ImpliedMethod) in checkFoundationAPI()2394 ImpliedMethod = in checkFoundationAPI()2397 if (!ImpliedMethod) in checkFoundationAPI()2399 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()2406 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()[all …]