Home | History | Annotate | Download | only in Sema

Lines Matching full:curr

3220       TypeWithHandler curr = TypesWithHandlers[i];
3222 if (curr == prev) {
3223 Diag(curr.getTypeSpecStartLoc(),
3225 << curr.getCatchStmt()->getCaughtType().getAsString();
3231 prev = curr;