Searched refs:SuperMethod (Results 1 – 2 of 2) sorted by relevance
6123 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local6124 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()6126 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()6130 if (!SuperMethod) { in AddSuperSendCompletion()6139 if (!SuperMethod) in AddSuperSendCompletion()6144 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()6208 return SuperMethod; in AddSuperSendCompletion()6366 if (ObjCMethodDecl *SuperMethod = in AddClassMessageCompletions() local6368 Results.Ignore(SuperMethod); in AddClassMessageCompletions()6507 if (ObjCMethodDecl *SuperMethod = in CodeCompleteObjCInstanceMessage() local[all …]
488 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local492 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()