Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getPreviousDecl

5593     for (auto *DI = D; DI; DI = DI->getPreviousDecl()) {
5601 for (auto *DI = D; DI; DI = DI->getPreviousDecl())
8427 R = R->getPreviousDecl()) {
8443 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl())
8450 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl())
8457 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())