Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperMethod

5360   ObjCMethodDecl *SuperMethod = nullptr;
5361 while ((Class = Class->getSuperClass()) && !SuperMethod) {
5363 SuperMethod = Class->getMethod(CurMethod->getSelector(),
5367 if (!SuperMethod) {
5369 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
5376 if (!SuperMethod)
5380 if (CurMethod->param_size() != SuperMethod->param_size() ||
5381 CurMethod->isVariadic() != SuperMethod->isVariadic())
5386 SuperP = SuperMethod->param_begin();
5403 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod,
5447 Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod,
5449 return SuperMethod;
5610 if (ObjCMethodDecl *SuperMethod
5612 Results.Ignore(SuperMethod);
5752 if (ObjCMethodDecl *SuperMethod
5754 Results.Ignore(SuperMethod);