Searched refs:m_nl_type (Results 1 – 1 of 1) sorted by relevance
137 token_type m_eof_type, m_nl_type, m_text_type; member in tools::parser::tokenizer178 m_nl_type(p_nl_type), in tokenizer()223 if (t.type() == m_nl_type) in next()242 m_la = token(m_lineno, m_nl_type, "<<NEWLINE>>"); in next()278 t = token(m_lineno, m_nl_type, "<<NEWLINE>>"); in next()298 if (t.type() == m_nl_type) in next()