Searched defs:token_kind_to_string (Results 1 – 2 of 2) sorted by relevance
18 pub fn token_kind_to_string(tok: &TokenKind) -> Cow<'static, str> { in token_kind_to_string() function
739 fn token_kind_to_string(&self, tok: &TokenKind) -> Cow<'static, str> { in token_kind_to_string() method