Get the current stream pointer, in the pre-processed buffer. */
| 2024 | |
| 2025 | /** Get the current stream pointer, in the pre-processed buffer. */ |
| 2026 | const char *get_cpp_ptr() |
| 2027 | { |
| 2028 | return m_cpp_ptr; |
| 2029 | } |
| 2030 | |
| 2031 | /** Get the length of the current token, in the raw buffer. */ |
| 2032 | uint yyLength() |
no outgoing calls
no test coverage detected