Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldFD

2642   FunctionDecl *OldFD, *NewFD;
2644 OldFD = cast<FunctionTemplateDecl>(Old)->getTemplatedDecl();
2647 OldFD = cast<FunctionDecl>(Old);
2655 // If we got to the end without finding OldFD, OldFD is the newer
2659 // If we do find OldFD, then NewFD is newer.
2660 if (Cursor == OldFD) break;