Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp268 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>( in ParseAmbientExternalModuleDeclaration() local
296 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>( in ParseModuleOrNamespaceDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp376 …auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), name, body, isDeclare, … in ParseTsAmbientExternalModuleDeclaration() local
430 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), identNode, body, in ParseTsModuleOrNamespaceDelaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp480 void ScopeInitTyped::VisitTSModuleDeclaration(ir::TSModuleDeclaration *moduleDecl) in VisitTSModuleDeclaration()