| 535 | } |
| 536 | |
| 537 | const Token* previousBeforeAstLeftmostLeaf(const Token* tok) |
| 538 | { |
| 539 | return previousBeforeAstLeftmostLeafGeneric(tok); |
| 540 | } |
| 541 | Token* previousBeforeAstLeftmostLeaf(Token* tok) |
| 542 | { |
| 543 | return previousBeforeAstLeftmostLeafGeneric(tok); |
no test coverage detected