Searched defs:TypeKind (Results 1 – 9 of 9) sorted by relevance
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
63 TypeKind C.LLVMTypeKind type469 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } func
532 enum TypeKind { enum
1599 class TypeKind(BaseEnumeration): class
2112 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local