Home | History | Annotate | Download | only in Sema

Lines Matching refs:getPreviousDecl

430   for (Decl *Prev = DUnderlying->getPreviousDecl(); Prev;
431 Prev = Prev->getPreviousDecl())
3149 Cursor = Cursor->getPreviousDecl();
3207 for (Decl *DI = D; DI; DI = DI->getPreviousDecl()) {