Searched refs:SuperMethod (Results 1 – 2 of 2) sorted by relevance
8119 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local8120 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()8122 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()8126 if (!SuperMethod) { in AddSuperSendCompletion()8128 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()8135 if (!SuperMethod) in AddSuperSendCompletion()8139 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()8140 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()8145 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()8162 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()[all …]
496 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local500 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()