Home | History | Annotate | Download | only in AST

Lines Matching defs:Redecl

809   ObjCMethodDecl *Redecl = nullptr;
811 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
812 if (Redecl)
813 return Redecl;
821 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
826 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
832 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
838 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
842 if (!Redecl && isRedeclaration()) {
848 return Redecl ? Redecl : this;