Searched defs:moduleDecl (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | get_name_or_dotted_name_span.cpp | 54 auto *moduleDecl = static_cast<ir::TSModuleDeclaration *>(parent); in IsNameOfModuleDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.cpp | 301 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(Allocator(), name, body, in ParseAmbientExternalModuleDeclaration() local 331 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 | 568 void ScopeInitTyped::VisitTSModuleDeclaration(ir::TSModuleDeclaration *moduleDecl) in VisitTSModuleDeclaration()
|