Searched refs:token_loc_t (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbLexer.h70 inline token_loc_t & getLocation() { return m_location; }
81 token_loc_t m_location; //!< Location for the current token.
H A DElftosbAST.h25 struct token_loc_t struct in namespace:elftosb
69 virtual void setLocation(token_loc_t & loc) { m_location = loc; }
70 virtual void setLocation(token_loc_t & first, token_loc_t & last);
74 virtual token_loc_t & getLocation() { return m_location; }
75 virtual const token_loc_t & getLocation() const { return m_location; }
83 token_loc_t m_location; //!< Location of this node in the source file.
H A DElftosbAST.cpp34 void ASTNode::setLocation(token_loc_t & first, token_loc_t & last)
99 token_loc_t current = { 0 };
104 const token_loc_t & loc = node->getLocation();
H A Delftosb_parser.y30 #define YYLTYPE token_loc_t
H A Delftosb_parser.tab.cpp159 #define YYLTYPE token_loc_t

Completed in 207 milliseconds