Lines Matching refs:SuperMethod
7264 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local
7265 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()
7267 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7271 if (!SuperMethod) { in AddSuperSendCompletion()
7273 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7280 if (!SuperMethod) in AddSuperSendCompletion()
7284 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
7285 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()
7290 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()
7307 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()
7347 Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod, in AddSuperSendCompletion()
7349 return SuperMethod; in AddSuperSendCompletion()
7508 if (ObjCMethodDecl *SuperMethod = in AddClassMessageCompletions() local
7510 Results.Ignore(SuperMethod); in AddClassMessageCompletions()
7649 if (ObjCMethodDecl *SuperMethod = in CodeCompleteObjCInstanceMessage() local
7651 Results.Ignore(SuperMethod); in CodeCompleteObjCInstanceMessage()