Searched defs:enumType (Results 1 – 6 of 6) sorted by relevance
380 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local398 checker::Type *enumType = InferType(checker, isConst_); in Check() local
229 [[maybe_unused]] static const ETSEnumType *SpecifyEnumInterface(const checker::Type *enumType) in SpecifyEnumInterface()
274 void TSDeclGen::GenEnumType(const checker::ETSIntEnumType *enumType) in GenEnumType()
235 auto *const enumType = Allocator()->New<EnumType>(enumDecl, ordinal++); in CreateEnumTypeFromEnumDeclaration() local
1825 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local1841 checker::Type *enumType = InferType(checker, st->IsConst(), st); in Check() local
1199 void ETSGen::EmitUnboxEnum(const ir::AstNode *node, const checker::Type *enumType) in EmitUnboxEnum()