Home | History | Annotate | Download | only in AST

Lines Matching defs:Redecl

466   ObjCMethodDecl *Redecl = 0;
468 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
469 if (Redecl)
470 return Redecl;
476 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
480 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
485 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
490 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
493 if (!Redecl && isRedeclaration()) {
499 return Redecl ? Redecl : this;