Home
last modified time | relevance | path

Searched defs:moduleDecl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp279 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/
DstatementParser.cpp387 …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/
DscopesInitPhase.cpp521 void ScopeInitTyped::VisitTSModuleDeclaration(ir::TSModuleDeclaration *moduleDecl) in VisitTSModuleDeclaration()