Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h211 : ETSEnumType(enumDecl, ordinal, member, TypeFlag::ETS_INT_ENUM) in ETSEnumType() function
226 : ETSEnumType(enumDecl, ordinal, member, TypeFlag::ETS_STRING_ENUM) in ETSEnumType() function
DetsEnumType.cpp27 ETSEnumType::ETSEnumType(const ir::TSEnumDeclaration *const enumDecl, UType ordinal, in ETSEnumType() function in ark::es2panda::checker::ETSEnumType
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h36 class ETSEnumType; variable