Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getPreviousDecl

5544     for (auto *DI = D; DI; DI = DI->getPreviousDecl()) {
5552 for (auto *DI = D; DI; DI = DI->getPreviousDecl())
8348 R = R->getPreviousDecl()) {
8364 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl())
8371 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl())
8378 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())