Searched defs:typeAliasDecl (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | entityNameVisitor.cpp | 54 void EntityNameVisitor::VisitTSTypeAliasDeclaration(ir::TSTypeAliasDeclaration *typeAliasDecl) in VisitTSTypeAliasDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsTypeReferencePart.cpp | 154 auto typeAliasDecl = variable->Declaration()->Node()->AsTSTypeAliasDeclaration(); in CheckTypeAliaLoop() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | importExportDecls.cpp | 163 void ImportExportDecls::VisitTSTypeAliasDeclaration(ir::TSTypeAliasDeclaration *typeAliasDecl) in VisitTSTypeAliasDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.cpp | 431 void VarBinder::BuildTypeAliasDeclaration(ir::TSTypeAliasDeclaration *const typeAliasDecl) in BuildTypeAliasDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ASparser.cpp | 151 …auto *typeAliasDecl = AllocNode<ir::TSTypeAliasDeclaration>(Allocator(), id, typeParamDecl, typeAn… in ParseTypeAliasDeclaration() local
|
| D | TSparser.cpp | 223 …auto *typeAliasDecl = AllocNode<ir::TSTypeAliasDeclaration>(Allocator(), id, typeParamDecl, typeAn… in ParseTypeAliasDeclaration() local
|
| D | ETSparser.cpp | 781 auto *typeAliasDecl = AllocNode<ir::TSTypeAliasDeclaration>(Allocator(), id); in ParseTypeAliasDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 588 void ScopeInitTyped::VisitTSTypeAliasDeclaration(ir::TSTypeAliasDeclaration *typeAliasDecl) in VisitTSTypeAliasDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 91 void TSDeclGen::ProcessTypeAliasDependencies(const ir::TSTypeAliasDeclaration *typeAliasDecl) in ProcessTypeAliasDependencies()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 758 …auto *typeAliasDecl = AllocNode<ir::TSTypeAliasDeclaration>(id, typeParamDecl, typeAnnotation, isD… in ParseTsTypeAliasDeclaration() local
|