Home
last modified time | relevance | path

Searched defs:token_kind_to_string (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs18 pub fn token_kind_to_string(tok: &TokenKind) -> Cow<'static, str> { in token_kind_to_string() function
Dstate.rs739 fn token_kind_to_string(&self, tok: &TokenKind) -> Cow<'static, str> { in token_kind_to_string() method