Searched defs:TypeKind (Results 1 – 13 of 13) 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
298 enum TypeKind { enum
63 TypeKind C.LLVMTypeKind type469 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } func
1611 class TypeKind(BaseEnumeration): class
2138 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local