Home
last modified time | relevance | path

Searched defs:typeAlias (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts225 … const typeAlias = typeAliases.get((localType.getBaseType() as UnclearReferenceType).getName()); constant
243 const typeAlias = typeAliases.get(localType.getName()); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1189 void InitScopesPhaseETS::VisitTSTypeAliasDeclaration(ir::TSTypeAliasDeclaration *typeAlias) in VisitTSTypeAliasDeclaration()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1572 void TSDeclGen::GenTypeAliasDeclaration(const ir::TSTypeAliasDeclaration *typeAlias) in GenTypeAliasDeclaration()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2361 const typeAlias = typeLiteral.parent; constant