Lines Matching refs:SuperMethod
7968 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local
7969 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()
7971 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7975 if (!SuperMethod) { in AddSuperSendCompletion()
7977 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7984 if (!SuperMethod) in AddSuperSendCompletion()
7988 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
7989 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()
7994 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()
8011 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()
8051 Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod, in AddSuperSendCompletion()
8053 return SuperMethod; in AddSuperSendCompletion()
8216 if (ObjCMethodDecl *SuperMethod = in AddClassMessageCompletions() local
8218 Results.Ignore(SuperMethod); in AddClassMessageCompletions()
8358 if (ObjCMethodDecl *SuperMethod = in CodeCompleteObjCInstanceMessage() local
8360 Results.Ignore(SuperMethod); in CodeCompleteObjCInstanceMessage()