Lines Matching refs:SuperMethod
5263 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local
5264 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()
5266 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
5270 if (!SuperMethod) { in AddSuperSendCompletion()
5272 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
5279 if (!SuperMethod) in AddSuperSendCompletion()
5283 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
5284 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()
5289 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()
5306 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()
5349 Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod, in AddSuperSendCompletion()
5351 return SuperMethod; in AddSuperSendCompletion()
5512 if (ObjCMethodDecl *SuperMethod in AddClassMessageCompletions() local
5514 Results.Ignore(SuperMethod); in AddClassMessageCompletions()
5654 if (ObjCMethodDecl *SuperMethod in CodeCompleteObjCInstanceMessage() local
5656 Results.Ignore(SuperMethod); in CodeCompleteObjCInstanceMessage()