Home | History | Annotate | Download | only in Sema

Lines Matching full:oldfd

2421   FunctionDecl *OldFD, *NewFD;
2423 OldFD = cast<FunctionTemplateDecl>(Old)->getTemplatedDecl();
2426 OldFD = cast<FunctionDecl>(Old);
2434 // If we got to the end without finding OldFD, OldFD is the newer
2438 // If we do find OldFD, then NewFD is newer.
2439 if (Cursor == OldFD) break;