Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewFD

2642   FunctionDecl *OldFD, *NewFD;
2645 NewFD = cast<FunctionTemplateDecl>(New)->getTemplatedDecl();
2648 NewFD = cast<FunctionDecl>(New);
2651 NewFD;
2659 // If we do find OldFD, then NewFD is newer.