Home | History | Annotate | Download | only in Serialization

Lines Matching defs:MostRecent

3687     Decl *MostRecent = First->getMostRecentDecl();
3691 if (First == MostRecent)
3699 for (Decl *Prev = MostRecent; Prev != First;
3708 Decl *FirstFromAST = MostRecent;
3709 for (Decl *Prev = MostRecent; Prev; Prev = Prev->getPreviousDecl()) {