Home | History | Annotate | Download | only in Serialization

Lines Matching defs:MostRecent

3246     Decl *MostRecent = First->getMostRecentDecl();
3250 if (First == MostRecent)
3258 for (Decl *Prev = MostRecent; Prev != First;
3267 Decl *FirstFromAST = MostRecent;
3268 for (Decl *Prev = MostRecent; Prev; Prev = Prev->getPreviousDecl()) {