Home
last modified time | relevance | path

Searched defs:enumMember (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp351 auto enumMember = TSEnumMemberBuilder(Allocator()).SetKey(idMember).SetInit(init).Build(); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsEnumDeclaration.cpp81 binder::Variable *enumMember = expr->AsIdentifier()->Variable(); in EvaluateIdentifier() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp282 const auto *enumMember = member->AsTSEnumMember(); in GenEnumType() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1530 varbinder::Variable *enumMember = expr->AsIdentifier()->Variable(); in EvaluateIdentifier() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp567 void ScopeInitTyped::VisitTSEnumMember(ir::TSEnumMember *enumMember) in VisitTSEnumMember() argument
949 void InitScopesPhaseETS::VisitTSEnumMember(ir::TSEnumMember *enumMember) in VisitTSEnumMember() argument

Completed in 11 milliseconds