Searched refs:SuperMethod (Results 1 – 2 of 2) sorted by relevance
7804 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local7805 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()7807 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()7811 if (!SuperMethod) { in AddSuperSendCompletion()7820 if (!SuperMethod) in AddSuperSendCompletion()7825 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()7889 return SuperMethod; in AddSuperSendCompletion()8049 if (ObjCMethodDecl *SuperMethod = in AddClassMessageCompletions() local8051 Results.Ignore(SuperMethod); in AddClassMessageCompletions()8190 if (ObjCMethodDecl *SuperMethod = in CodeCompleteObjCInstanceMessage() local[all …]
489 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local493 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()