Searched refs:checkInitMethod (Results 1 – 3 of 3) sorted by relevance
381 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);
45 bool SemaObjC::checkInitMethod(ObjCMethodDecl *method, in checkInitMethod() function in SemaObjC263 if (checkInitMethod(method, QualType())) in CheckARCMethodDecl()
3259 checkInitMethod(Method, ReceiverType); in BuildInstanceMessage()