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.cpp482 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumItemsArray() local
505 auto *const enumTypeAnnotation = MakeTypeReference(checker_, boxedClassName); in CreateBoxedEnumItemsArray() local
647 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumToStringMethod() local
676 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumValueOfMethod() local
705 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumGetNameMethod() local
795 auto *const enumTypeAnnotation = MakeTypeReference(checker, enumDecl->Key()->Name()); in CreateIf() local
841 auto *const enumTypeAnnotation = MakeTypeReference(checker_, enumDecl->Key()->Name()); in CreateEnumGetValueOfMethod() local