Home
last modified time | relevance | path

Searched refs:GetKeyIdent (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp115 const ir::Identifier *TSDeclGen::GetKeyIdent(const ir::Expression *key) in GetKeyIdent() function in ark::es2panda::declgen_ets2ts::TSDeclGen
283 Out(GetKeyIdent(enumMember->Key())->Name().Mutf8()); in GenEnumType()
473 const auto enumIdent = GetKeyIdent(enumDecl->Key()); in GenEnumDeclaration()
581 const auto methodIdent = GetKeyIdent(methodDef->Key()); in GenMethodDeclaration()
632 const auto propName = GetKeyIdent(classProp->Key())->Name().Mutf8(); in GenPropDeclaration()
654 const auto symbol = GetKeyIdent(globalVar->Key()); in GenGlobalVarDeclaration()
H A DdeclgenEts2Ts.h47 const ir::Identifier *GetKeyIdent(const ir::Expression *key);

Completed in 2 milliseconds