Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DElftosbLexer.h70 inline token_loc_t & getLocation() { return m_location; } in getLocation()
81 token_loc_t m_location; //!< Location for the current token.
DElftosbAST.h25 struct token_loc_t struct
69 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.
DElftosbAST.cpp34 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()
Delftosb_parser.y30 #define YYLTYPE token_loc_t
Delftosb_parser.tab.cpp159 #define YYLTYPE token_loc_t