Lines Matching defs:SuperMethod
8108 ObjCMethodDecl *SuperMethod = nullptr;
8109 while ((Class = Class->getSuperClass()) && !SuperMethod) {
8111 SuperMethod = Class->getMethod(CurMethod->getSelector(),
8115 if (!SuperMethod) {
8117 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
8124 if (!SuperMethod)
8128 if (CurMethod->param_size() != SuperMethod->param_size() ||
8129 CurMethod->isVariadic() != SuperMethod->isVariadic())
8134 SuperP = SuperMethod->param_begin();
8151 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod,
8191 Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod,
8193 return SuperMethod;
8355 if (ObjCMethodDecl *SuperMethod =
8357 Results.Ignore(SuperMethod);
8497 if (ObjCMethodDecl *SuperMethod =
8499 Results.Ignore(SuperMethod);