Searched defs:moduleDecl (Results 1 – 3 of 3) sorted by relevance
268 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>( in ParseAmbientExternalModuleDeclaration() local296 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>( in ParseModuleOrNamespaceDeclaration() local
376 …auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), name, body, isDeclare, … in ParseTsAmbientExternalModuleDeclaration() local430 auto *moduleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), identNode, body, in ParseTsModuleOrNamespaceDelaration() local
480 void ScopeInitTyped::VisitTSModuleDeclaration(ir::TSModuleDeclaration *moduleDecl) in VisitTSModuleDeclaration()