Searched defs:TokenWithLocation (Results 1 – 4 of 4) sorted by relevance
44 pub struct TokenWithLocation { struct45 pub token: Token,46 pub loc: Loc,
665 pub fn next_token(&mut self) -> LexerResult<Option<TokenWithLocation>> { in next_token()
651 pub fn next_token(&mut self) -> LexerResult<Option<TokenWithLocation>> { in next_token()