Home
last modified time | relevance | path

Searched defs:NamedType (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/cxx/syntax/
Dnames.rs26 impl NamedType { impl
Dresolve.rs36 impl UnresolvedName for NamedType { implementation
Dtokens.rs302 impl ToTokens for NamedType { implementation
304 let NamedType { rust, generics } = self; in to_tokens() localVariable
Dmod.rs303 pub struct NamedType { struct
304 pub rust: Ident,
305 pub generics: Lifetimes,
Dcheck.rs82 fn check_type_ident(cx: &mut Check, name: &NamedType) { in check_type_ident()