Searched refs:SuperMethod (Results 1 – 2 of 2) sorted by relevance
5118 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local5119 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()5121 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()5125 if (!SuperMethod) { in AddSuperSendCompletion()5127 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()5134 if (!SuperMethod) in AddSuperSendCompletion()5138 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()5139 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()5144 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()5161 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()[all …]
423 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local427 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()