Home | History | Annotate | Download | only in Sema

Lines Matching full:curr

3040       TypeWithHandler curr = TypesWithHandlers[i];
3042 if (curr == prev) {
3043 Diag(curr.getTypeSpecStartLoc(),
3045 << curr.getCatchStmt()->getCaughtType().getAsString();
3051 prev = curr;