Home | History | Annotate | Download | only in Sema

Lines Matching full:curr

2581       TypeWithHandler curr = TypesWithHandlers[i];
2583 if (curr == prev) {
2584 Diag(curr.getTypeSpecStartLoc(),
2586 << curr.getCatchStmt()->getCaughtType().getAsString();
2592 prev = curr;