Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp269 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>( in ParseAmbientExternalModuleDeclaration() local
297 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>( in ParseModuleOrNamespaceDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp493 void ScopeInitTyped::VisitTSModuleDeclaration(ir::TSModuleDeclaration *moduleDecl) in VisitTSModuleDeclaration() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp399 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), name, body, isDeclare, isGlobal); in ParseTsAmbientExternalModuleDeclaration() local
453 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), identNode, body, in ParseTsModuleOrNamespaceDelaration() local

Completed in 10 milliseconds