| 1467 | {} |
| 1468 | |
| 1469 | bool match(const Token* tok) const override { |
| 1470 | return tok->exprId() == expr->exprId() || (astIsIterator(tok) && isAliasOf(tok, expr->exprId())); |
| 1471 | } |
| 1472 | |
| 1473 | Action isWritable(const Token* tok, Direction /*d*/) const override |
| 1474 | { |
nothing calls this directly
no test coverage detected