Searched refs:m_atLineStart (Results 1 – 4 of 4) sorted by relevance
262 m_atLineStart = true; in setCode()844 if (m_atLineStart && m_current == '>') { in lex()1043 m_atLineStart = true; in lex()1053 m_atLineStart = false; in lex()1063 m_atLineStart = true; in lex()
137 bool m_atLineStart; variable
15528 m_atLineStart when handling multiline comments.
5659 Removed a branch from the code that sets m_atLineStart to false using goto.