Home | History | Annotate | Download | only in AST

Lines Matching defs:Redecl

726   ObjCMethodDecl *Redecl = nullptr;
728 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
729 if (Redecl)
730 return Redecl;
738 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
743 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
749 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
755 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
759 if (!Redecl && isRedeclaration()) {
765 return Redecl ? Redecl : this;