Home | History | Annotate | Download | only in Sema

Lines Matching refs:IVI

1208     IVI = IDecl->ivar_begin(), IVE = IDecl->ivar_end();
1209 for (; numIvars > 0 && IVI != IVE; ++IVI) {
1211 ObjCIvarDecl* ClsIvar = *IVI;
1240 else if (IVI != IVE)
1241 Diag(IVI->getLocation(), diag::err_inconsistent_ivar_count);