Searched defs:TypeKind (Results 1 – 8 of 8) sorted by relevance
67 kind: TypeKind, in new()79 pub fn kind(&self) -> &TypeKind { in kind()84 pub fn kind_mut(&mut self) -> &mut TypeKind { in kind_mut()386 impl AsTemplateParam for TypeKind { implementation431 impl DotAttributes for TypeKind { implementation454 impl TypeKind { implementation538 impl TemplateParameters for TypeKind { implementation586 pub enum TypeKind { enum
1310 kind: TypeKind, in builtin_type()
140 pub enum TypeKind { enum
131 enum TypeKind { kBool, kInteger, kFloatingPoint, kOther }; enum
77 enum class TypeKind : int8_t { enum
134 enum TypeKind { enum
127 enum TypeKind : uint8_t { enum
71 enum TypeKind { Undefined, Simple, FuncSig }; enum in __anoncf21445c0111::ExtendedType