Searched refs:token_loc_t (Results 1 – 5 of 5) sorted by relevance
70 inline token_loc_t & getLocation() { return m_location; } in getLocation()81 token_loc_t m_location; //!< Location for the current token.
25 struct token_loc_t struct69 virtual void setLocation(token_loc_t & loc) { m_location = loc; } in setLocation()70 virtual void setLocation(token_loc_t & first, token_loc_t & last);74 virtual token_loc_t & getLocation() { return m_location; } in getLocation()75 virtual const token_loc_t & getLocation() const { return m_location; } in getLocation()83 token_loc_t m_location; //!< Location of this node in the source file.
34 void ASTNode::setLocation(token_loc_t & first, token_loc_t & last) in setLocation()99 token_loc_t current = { 0 }; in updateLocation()104 const token_loc_t & loc = node->getLocation(); in updateLocation()
30 #define YYLTYPE token_loc_t
159 #define YYLTYPE token_loc_t