Home
last modified time | relevance | path

Searched defs:enumTypeAnnotation (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp423 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumItemsArray() local
444 auto *const enumTypeAnnotation = MakeTypeReference(checker_, boxedClassName); in CreateBoxedEnumItemsArray() local
590 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumToStringMethod() local
615 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumValueOfMethod() local
638 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumGetNameMethod() local
712 auto *const enumTypeAnnotation = MakeTypeReference(checker, enumDecl->Key()->Name()); in CreateIf() local
750 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumGetValueOfMethod() local