HomeSort by: relevance | last modified time | path
    Searched refs:token_loc_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbLexer.h 70 inline token_loc_t & getLocation() { return m_location; }
81 token_loc_t m_location; //!< Location for the current token.
ElftosbAST.h 25 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.
ElftosbAST.cpp 34 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();
elftosb_parser.y 30 #define YYLTYPE token_loc_t
elftosb_parser.tab.cpp 159 #define YYLTYPE token_loc_t

Completed in 44 milliseconds