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

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp37 m_location.m_lastLine = last.m_lastLine;
43 m_location.m_lastLine = last->getLocation().m_lastLine;
118 if (loc.m_lastLine > current.m_lastLine)
120 current.m_lastLine = loc.m_lastLine;
H A Delftosb_lexer.l28 m_location.m_lastLine = m_line; \
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_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 in struct:elftosb::token_loc_t
78 virtual int getLastLine() { return m_location.m_lastLine; }
H A Delftosb_lexer.cpp618 m_location.m_lastLine = m_line; \

Completed in 97 milliseconds