Home | History | Annotate | Download | only in Sema

Lines Matching full:curr

2427       TypeWithHandler curr = TypesWithHandlers[i];
2429 if (curr == prev) {
2430 Diag(curr.getTypeSpecStartLoc(),
2432 << curr.getCatchStmt()->getCaughtType().getAsString();
2438 prev = curr;