| 514 | } |
| 515 | |
| 516 | void compiler_type::translate_into_tokens(const std::deque<char> &char_buff, std::deque<token_base *> &tokens, |
| 517 | charset encoding) |
| 518 | { |
| 519 | preprocessor(context, *this, char_buff, tokens, encoding); |
| 520 | } |
| 521 | |
| 522 | void compiler_type::process_empty_brackets(std::deque<token_base *> &tokens) |
| 523 | { |
nothing calls this directly
no test coverage detected