Get the token start position, in the raw buffer. */
| 1988 | |
| 1989 | /** Get the token start position, in the raw buffer. */ |
| 1990 | const char *get_tok_start() |
| 1991 | { |
| 1992 | return m_tok_start; |
| 1993 | } |
| 1994 | |
| 1995 | /** Get the token start position, in the pre-processed buffer. */ |
| 1996 | const char *get_cpp_tok_start() |
no outgoing calls
no test coverage detected