Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getPreviousDecl

168       for (const Decl *R = D->getMostRecentDecl(); R; R = R->getPreviousDecl()) {
978 assert(D->getPreviousDecl() == nullptr && "PARM_VAR_DECL can't be redecl");
1346 if (D->getPreviousDecl() == nullptr) {
1406 if (D->getPreviousDecl() == nullptr) {
1557 for (const Decl *Redecl = D; Redecl; Redecl = Redecl->getPreviousDecl())
1592 Prev != FirstLocal; Prev = Prev->getPreviousDecl())
1615 (void)Writer.GetDeclRef(D->getPreviousDecl());