Home
last modified time | relevance | path

Searched defs:enumDecl (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h192 : ETSEnumInterface(enumDecl, ordinal, member, TypeFlag::ETS_ENUM) in ETSEnumInterface() argument
207 : ETSEnumInterface(enumDecl, ordinal, member, TypeFlag::ETS_STRING_ENUM) in ETSEnumInterface() argument
DetsEnumType.cpp26 ETSEnumInterface::ETSEnumInterface(const ir::TSEnumDeclaration *const enumDecl, UType ordinal, in ETSEnumInterface()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp372 ETSEnumType *ETSChecker::CreateETSEnumType(ir::TSEnumDeclaration const *const enumDecl) in CreateETSEnumType()
426 ETSStringEnumType *ETSChecker::CreateETSStringEnumType(ir::TSEnumDeclaration const *const enumDecl) in CreateETSStringEnumType()
Denum.cpp69 const ir::TSEnumDeclaration *const enumDecl, in MakeQualifiedIdentifier()
Dhelpers.cpp1334 auto const *const enumDecl = var->Declaration()->Node()->AsTSEnumDeclaration(); in GetTypeFromEnumReference() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp413 void TSDeclGen::GenEnumDeclaration(const ir::TSEnumDeclaration *enumDecl) in GenEnumDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp514 void ScopeInitTyped::VisitTSEnumDeclaration(ir::TSEnumDeclaration *enumDecl) in VisitTSEnumDeclaration()
894 void InitScopesPhaseETS::VisitTSEnumDeclaration(ir::TSEnumDeclaration *enumDecl) in VisitTSEnumDeclaration()
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1340 let enumDecl = tsEnumMember.parent; variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1642 let enumDecl = tsEnumMember.parent; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp212 void ETSBinder::ResolveEnumDeclaration(ir::TSEnumDeclaration *enumDecl) in ResolveEnumDeclaration()