@@ -66,7 +66,7 @@ public let DECL_NODES: [Node] = [
6666 nameForDiagnostics: " accessor " ,
6767 kind: " Decl " ,
6868 traits: [
69- " Attributed "
69+ " WithAttributes "
7070 ] ,
7171 parserFunction: " parseAccessorDecl " ,
7272 children: [
@@ -151,7 +151,8 @@ public let DECL_NODES: [Node] = [
151151 traits: [
152152 " DeclGroup " ,
153153 " IdentifiedDecl " ,
154- " Attributed " ,
154+ " WithAttributes " ,
155+ " WithModifiers " ,
155156 ] ,
156157 children: [
157158 Child (
@@ -235,7 +236,8 @@ public let DECL_NODES: [Node] = [
235236 kind: " Decl " ,
236237 traits: [
237238 " IdentifiedDecl " ,
238- " Attributed " ,
239+ " WithAttributes " ,
240+ " WithModifiers " ,
239241 ] ,
240242 children: [
241243 Child (
@@ -322,7 +324,8 @@ public let DECL_NODES: [Node] = [
322324 traits: [
323325 " DeclGroup " ,
324326 " IdentifiedDecl " ,
325- " Attributed " ,
327+ " WithAttributes " ,
328+ " WithModifiers " ,
326329 ] ,
327330 children: [
328331 Child (
@@ -469,7 +472,8 @@ public let DECL_NODES: [Node] = [
469472 """ ,
470473 kind: " Decl " ,
471474 traits: [
472- " Attributed "
475+ " WithAttributes " ,
476+ " WithModifiers " ,
473477 ] ,
474478 children: [
475479 Child (
@@ -577,7 +581,8 @@ public let DECL_NODES: [Node] = [
577581 nameForDiagnostics: " parameter " ,
578582 kind: " Syntax " ,
579583 traits: [
580- " WithTrailingComma "
584+ " WithTrailingComma " ,
585+ " WithModifiers " ,
581586 ] ,
582587 parserFunction: " parseEnumCaseParameter " ,
583588 children: [
@@ -631,7 +636,8 @@ public let DECL_NODES: [Node] = [
631636 description: " A `case` declaration of a Swift `enum`. It can have 1 or more `EnumCaseElement`s inside, each declaring a different case of the enum. " ,
632637 kind: " Decl " ,
633638 traits: [
634- " Attributed "
639+ " WithAttributes " ,
640+ " WithModifiers " ,
635641 ] ,
636642 children: [
637643 Child (
@@ -714,7 +720,8 @@ public let DECL_NODES: [Node] = [
714720 traits: [
715721 " DeclGroup " ,
716722 " IdentifiedDecl " ,
717- " Attributed " ,
723+ " WithAttributes " ,
724+ " WithModifiers " ,
718725 ] ,
719726 children: [
720727 Child (
@@ -782,7 +789,8 @@ public let DECL_NODES: [Node] = [
782789 kind: " Decl " ,
783790 traits: [
784791 " DeclGroup " ,
785- " Attributed " ,
792+ " WithAttributes " ,
793+ " WithModifiers " ,
786794 ] ,
787795 children: [
788796 Child (
@@ -830,7 +838,8 @@ public let DECL_NODES: [Node] = [
830838 kind: " Decl " ,
831839 traits: [
832840 " IdentifiedDecl " ,
833- " Attributed " ,
841+ " WithAttributes " ,
842+ " WithModifiers " ,
834843 ] ,
835844 children: [
836845 Child (
@@ -894,7 +903,8 @@ public let DECL_NODES: [Node] = [
894903 kind: " Syntax " ,
895904 traits: [
896905 " WithTrailingComma " ,
897- " Attributed " ,
906+ " WithAttributes " ,
907+ " WithModifiers " ,
898908 ] ,
899909 parserFunction: " parseFunctionParameter " ,
900910 children: [
@@ -1062,7 +1072,8 @@ public let DECL_NODES: [Node] = [
10621072 """ ,
10631073 kind: " Decl " ,
10641074 traits: [
1065- " Attributed "
1075+ " WithAttributes " ,
1076+ " WithModifiers " ,
10661077 ] ,
10671078 children: [
10681079 Child (
@@ -1157,7 +1168,8 @@ public let DECL_NODES: [Node] = [
11571168 """ ,
11581169 kind: " Decl " ,
11591170 traits: [
1160- " Attributed "
1171+ " WithAttributes " ,
1172+ " WithModifiers " ,
11611173 ] ,
11621174 children: [
11631175 Child (
@@ -1220,7 +1232,8 @@ public let DECL_NODES: [Node] = [
12201232 kind: " Decl " ,
12211233 traits: [
12221234 " IdentifiedDecl " ,
1223- " Attributed " ,
1235+ " WithAttributes " ,
1236+ " WithModifiers " ,
12241237 ] ,
12251238 children: [
12261239 Child (
@@ -1275,7 +1288,9 @@ public let DECL_NODES: [Node] = [
12751288 nameForDiagnostics: " macro expansion " ,
12761289 kind: " Decl " ,
12771290 traits: [
1278- " FreestandingMacroExpansion "
1291+ " FreestandingMacroExpansion " ,
1292+ " WithAttributes " ,
1293+ " WithModifiers " ,
12791294 ] ,
12801295 children: [
12811296 Child (
@@ -1426,7 +1441,8 @@ public let DECL_NODES: [Node] = [
14261441 kind: " Decl " ,
14271442 traits: [
14281443 " IdentifiedDecl " ,
1429- " Attributed " ,
1444+ " WithAttributes " ,
1445+ " WithModifiers " ,
14301446 ] ,
14311447 children: [
14321448 Child (
@@ -1702,7 +1718,8 @@ public let DECL_NODES: [Node] = [
17021718 kind: " Decl " ,
17031719 traits: [
17041720 " IdentifiedDecl " ,
1705- " Attributed " ,
1721+ " WithAttributes " ,
1722+ " WithModifiers " ,
17061723 ] ,
17071724 children: [
17081725 Child (
@@ -1813,7 +1830,8 @@ public let DECL_NODES: [Node] = [
18131830 traits: [
18141831 " DeclGroup " ,
18151832 " IdentifiedDecl " ,
1816- " Attributed " ,
1833+ " WithAttributes " ,
1834+ " WithModifiers " ,
18171835 ] ,
18181836 children: [
18191837 Child (
@@ -1980,7 +1998,8 @@ public let DECL_NODES: [Node] = [
19801998 traits: [
19811999 " DeclGroup " ,
19822000 " IdentifiedDecl " ,
1983- " Attributed " ,
2001+ " WithAttributes " ,
2002+ " WithModifiers " ,
19842003 ] ,
19852004 children: [
19862005 Child (
@@ -2041,7 +2060,8 @@ public let DECL_NODES: [Node] = [
20412060 nameForDiagnostics: " subscript " ,
20422061 kind: " Decl " ,
20432062 traits: [
2044- " Attributed "
2063+ " WithAttributes " ,
2064+ " WithModifiers " ,
20452065 ] ,
20462066 children: [
20472067 Child (
@@ -2142,7 +2162,7 @@ public let DECL_NODES: [Node] = [
21422162 kind: " Decl " ,
21432163 traits: [
21442164 " IdentifiedDecl " ,
2145- " Attributed " ,
2165+ " WithAttributes " ,
21462166 ] ,
21472167 children: [
21482168 Child (
@@ -2189,7 +2209,8 @@ public let DECL_NODES: [Node] = [
21892209 nameForDiagnostics: " variable " ,
21902210 kind: " Decl " ,
21912211 traits: [
2192- " Attributed "
2212+ " WithAttributes " ,
2213+ " WithModifiers " ,
21932214 ] ,
21942215 children: [
21952216 Child (
0 commit comments