Home | History | Annotate | Download | only in Sema

Lines Matching refs:MostRecent

3546   VarDecl *MostRecent = Old->getMostRecentDecl();
3547 if (MostRecent != Old) {
3548 MergeVarDeclTypes(New, MostRecent,
3549 mergeTypeWithPrevious(*this, New, MostRecent, Previous));