Lines Matching refs:SuperMethod
7261 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local
7262 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()
7264 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7268 if (!SuperMethod) { in AddSuperSendCompletion()
7270 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7277 if (!SuperMethod) in AddSuperSendCompletion()
7281 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
7282 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()
7287 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()
7304 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()
7344 Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod, in AddSuperSendCompletion()
7346 return SuperMethod; in AddSuperSendCompletion()
7505 if (ObjCMethodDecl *SuperMethod = in AddClassMessageCompletions() local
7507 Results.Ignore(SuperMethod); in AddClassMessageCompletions()
7646 if (ObjCMethodDecl *SuperMethod = in CodeCompleteObjCInstanceMessage() local
7648 Results.Ignore(SuperMethod); in CodeCompleteObjCInstanceMessage()