Lines Matching refs:SuperMethod
7804 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local
7805 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()
7807 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7811 if (!SuperMethod) { in AddSuperSendCompletion()
7813 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7820 if (!SuperMethod) in AddSuperSendCompletion()
7824 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
7825 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()
7830 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()
7847 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()
7887 Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod, in AddSuperSendCompletion()
7889 return SuperMethod; in AddSuperSendCompletion()
8049 if (ObjCMethodDecl *SuperMethod = in AddClassMessageCompletions() local
8051 Results.Ignore(SuperMethod); in AddClassMessageCompletions()
8190 if (ObjCMethodDecl *SuperMethod = in CodeCompleteObjCInstanceMessage() local
8192 Results.Ignore(SuperMethod); in CodeCompleteObjCInstanceMessage()