Home | History | Annotate | Download | only in Serialization

Lines Matching defs:MostRecent

3434   Decl *MostRecent = FirstLocal;
3437 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl);
3438 MostRecent = D;
3440 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent);
3567 // MostRecent may or may not be nullptr if D has not been merged. If
3569 auto *MostRecent = D->getMostRecentDecl();
3571 for (auto *Redecl = MostRecent; Redecl && !Found;
3577 for (auto *Redecl = MostRecent; Redecl != D;