Searched defs:TypeKind (Results 1 – 14 of 14) sorted by relevance
86 u16 TypeKind; variable
219 auto TypeKind = ast_type_traits::ASTNodeKind::getFromNodeKind<Type>(); in canConvertTo() local
120 enum TypeKind { enum
90 class TypeKind(LLVMEnumeration): class
21 module TypeKind = struct module
56 module TypeKind : sig module
330 enum TypeKind { enum
63 TypeKind C.LLVMTypeKind type471 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } func
1641 class TypeKind(BaseEnumeration): class
2276 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local