Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldFD

2621   FunctionDecl *OldFD, *NewFD;
2623 OldFD = cast<FunctionTemplateDecl>(Old)->getTemplatedDecl();
2626 OldFD = cast<FunctionDecl>(Old);
2634 // If we got to the end without finding OldFD, OldFD is the newer
2638 // If we do find OldFD, then NewFD is newer.
2639 if (Cursor == OldFD) break;