Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp384 …auto *const enumLiteralType = Allocator()->New<ETSEnumType>(enumDecl, ordinal++, member->AsTSEnumM… in CreateETSEnumType() local
416 auto *const enumLiteralType = in CreateETSEnumType() local
438 auto *const enumLiteralType = in CreateETSStringEnumType() local
467 auto *const enumLiteralType = in CreateETSStringEnumType() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp69 … constexpr auto enumLiteralType = checker::EnumLiteralType::EnumLiteralTypeKind::LITERAL; in IsValidConstAssertionArgument() local