Home | History | Annotate | Download | only in Sema

Lines Matching defs:Cursor

2830   FunctionDecl *Cursor = NewFD;
2832 Cursor = Cursor->getPreviousDecl();
2836 if (!Cursor) return;
2839 if (Cursor == OldFD) break;