Searched refs:checkInitMethod (Results 1 – 3 of 3) sorted by relevance
373 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);
44 bool SemaObjC::checkInitMethod(ObjCMethodDecl *method, in checkInitMethod() function in SemaObjC262 if (checkInitMethod(method, QualType())) in CheckARCMethodDecl()
3249 checkInitMethod(Method, ReceiverType); in BuildInstanceMessage()