Searched defs:NamedType (Results 1 – 5 of 5) sorted by relevance
26 impl NamedType { impl
36 impl UnresolvedName for NamedType { implementation
302 impl ToTokens for NamedType { implementation304 let NamedType { rust, generics } = self; in to_tokens() localVariable
303 pub struct NamedType { struct304 pub rust: Ident,305 pub generics: Lifetimes,
82 fn check_type_ident(cx: &mut Check, name: &NamedType) { in check_type_ident()