Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getPreviousDecl

3087   if (Decl *Redecl = D->getPreviousDecl()) {
3089 for (; Redecl; Redecl = Redecl->getPreviousDecl()) {
3682 for (auto *Prev = cast<NamespaceDecl>(DC)->getPreviousDecl(); Prev;
3683 Prev = Prev->getPreviousDecl())