Home | History | Annotate | Download | only in Serialization

Lines Matching full:redecl

978   assert(D->getPreviousDecl() == nullptr && "PARM_VAR_DECL can't be redecl");
1557 for (const Decl *Redecl = D; Redecl; Redecl = Redecl->getPreviousDecl())
1558 if (IsLocalDecl(Redecl))
1559 D = Redecl;
1580 // redecl chain.