Searched defs:moduleDecl (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.cpp | 279 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(Allocator(), name, body, in ParseAmbientExternalModuleDeclaration() local 307 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(Allocator(), identNode, body, in ParseModuleOrNamespaceDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 387 …auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), name, body, isDeclare, … in ParseTsAmbientExternalModuleDeclaration() local 441 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), identNode, body, in ParseTsModuleOrNamespaceDelaration() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 521 void ScopeInitTyped::VisitTSModuleDeclaration(ir::TSModuleDeclaration *moduleDecl) in VisitTSModuleDeclaration()
|