Searched defs:EnumLiteralType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
H A D | enumLiteralType.h | 26 class EnumLiteralType : public Type { class 30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() function in ark::es2panda::ark::es2panda::checker::EnumLiteralType |
/arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
H A D | enumLiteralType.h | 27 class EnumLiteralType : public Type { class 31 EnumLiteralType(util::StringView name, binder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() function in panda::es2panda::panda::es2panda::checker::EnumLiteralType |
Completed in 2 milliseconds