Home | History | Annotate | Download | only in Sema

Lines Matching full:redecl

174       // redecl chain in that case.
176 for (Decl *Redecl = D->getMostRecentDecl(); Redecl && Warn;
177 Redecl = Redecl->getPreviousDecl())
178 if (!Redecl->hasAttr<AvailabilityAttr>() ||
179 Redecl->getAttr<AvailabilityAttr>()->isInherited())