| 12649 | } |
| 12650 | |
| 12651 | LineInfo tokAt ( yyscan_t scanner, const struct DAS_YYLTYPE & li ) { |
| 12652 | return LineInfo(yyextra->g_FileAccessStack.back(), |
| 12653 | li.first_column,li.first_line, |
| 12654 | li.last_column,li.last_line); |
| 12655 | } |
| 12656 | |
| 12657 | LineInfo tokRangeAt ( yyscan_t scanner, const struct DAS_YYLTYPE & li, const struct DAS_YYLTYPE & lie ) { |
| 12658 | return LineInfo(yyextra->g_FileAccessStack.back(), |
no test coverage detected