Home | History | Annotate | Download | only in Sema

Lines Matching full:lasti

1312           IdentifierResolver::iterator LastI = I;
1313 for (++LastI; LastI != IEnd; ++LastI) {
1316 if (!S->isDeclScope(*LastI))
1321 = (*LastI)->getDeclContext()->getRedeclContext();
1327 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI))