Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dparse_quote.rs188 let is_named = input.peek(Ident) && input.peek2(Token![:]) && !input.peek2(Token![::]); in parse() localVariable
H A Dexpr.rs1043 pub(crate) fn is_named(&self) -> bool { in is_named() method