Home
last modified time | relevance | path

Searched refs:m_lastLine (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp37 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()
H A Delftosb_parser.y45 (Current).m_lastLine = YYRHSLOC(Rhs, N).m_lastLine; \
49 (Current).m_firstLine = (Current).m_lastLine = YYRHSLOC(Rhs, 0).m_lastLine; \
H A Delftosb_lexer.l28 m_location.m_lastLine = m_line; \
H A Delftosb_parser.tab.cpp174 (Current).m_lastLine = YYRHSLOC(Rhs, N).m_lastLine; \
178 (Current).m_firstLine = (Current).m_lastLine = YYRHSLOC(Rhs, 0).m_lastLine; \
H A DElftosbAST.h28 int m_lastLine; //!< Ending line of the token. member
78 virtual int getLastLine() { return m_location.m_lastLine; } in getLastLine()
H A Delftosb_lexer.cpp618 m_location.m_lastLine = m_line; \