Home | History | Annotate | Download | only in Sema

Lines Matching full:oldfd

3233   FunctionDecl *OldFD = Old->getAsFunction();
3240 // If we got to the end without finding OldFD, OldFD is the newer
3244 // If we do find OldFD, then NewFD is newer.
3245 if (Cursor == OldFD) break;