Searched refs:m_lastLine (Results 1 – 6 of 6) sorted by relevance
37 m_location.m_lastLine = last.m_lastLine; in setLocation()43 m_location.m_lastLine = last->getLocation().m_lastLine; in setLocation()118 if (loc.m_lastLine > current.m_lastLine) in updateLocation()120 current.m_lastLine = loc.m_lastLine; in updateLocation()
45 (Current).m_lastLine = YYRHSLOC(Rhs, N).m_lastLine; \49 (Current).m_firstLine = (Current).m_lastLine = YYRHSLOC(Rhs, 0).m_lastLine; \
28 m_location.m_lastLine = m_line; \
174 (Current).m_lastLine = YYRHSLOC(Rhs, N).m_lastLine; \178 (Current).m_firstLine = (Current).m_lastLine = YYRHSLOC(Rhs, 0).m_lastLine; \
28 int m_lastLine; //!< Ending line of the token. member78 virtual int getLastLine() { return m_location.m_lastLine; } in getLastLine()
618 m_location.m_lastLine = m_line; \