You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -329,6 +329,8 @@ public struct ActorDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
329
329
330
330
/// - Parameters:
331
331
/// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
332
+
/// - genericParameterClause: The parameter clause that defines the generic parameters.
333
+
/// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
332
334
/// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
333
335
publicinit(
334
336
leadingTrivia:Trivia?=nil,
@@ -534,6 +536,7 @@ public struct ActorDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
534
536
}
535
537
}
536
538
539
+
/// The parameter clause that defines the generic parameters.
@@ -2454,6 +2458,7 @@ public struct ExtensionDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
2454
2458
2455
2459
/// - Parameters:
2456
2460
/// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2461
+
/// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
2457
2462
/// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2458
2463
publicinit(
2459
2464
leadingTrivia:Trivia?=nil,
@@ -2671,6 +2676,7 @@ public struct ExtensionDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
2671
2676
}
2672
2677
}
2673
2678
2679
+
/// A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
@@ -2762,6 +2768,8 @@ public struct FunctionDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
2762
2768
2763
2769
/// - Parameters:
2764
2770
/// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2771
+
/// - genericParameterClause: The parameter clause that defines the generic parameters.
2772
+
/// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
2765
2773
/// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2766
2774
publicinit(
2767
2775
leadingTrivia:Trivia?=nil,
@@ -2967,6 +2975,7 @@ public struct FunctionDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
2967
2975
}
2968
2976
}
2969
2977
2978
+
/// The parameter clause that defines the generic parameters.
@@ -3892,6 +3902,8 @@ public struct MacroDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
3892
3902
3893
3903
/// - Parameters:
3894
3904
/// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3905
+
/// - genericParameterClause: The parameter clause that defines the generic parameters.
3906
+
/// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
3895
3907
/// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3896
3908
publicinit(
3897
3909
leadingTrivia:Trivia?=nil,
@@ -4097,6 +4109,7 @@ public struct MacroDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
4097
4109
}
4098
4110
}
4099
4111
4112
+
/// The parameter clause that defines the generic parameters.
@@ -6370,6 +6384,8 @@ public struct SubscriptDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
6370
6384
6371
6385
/// - Parameters:
6372
6386
/// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
6387
+
/// - genericParameterClause: The parameter clause that defines the generic parameters.
6388
+
/// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
6373
6389
/// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
6374
6390
publicinit(
6375
6391
leadingTrivia:Trivia?=nil,
@@ -6557,6 +6573,7 @@ public struct SubscriptDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
6557
6573
}
6558
6574
}
6559
6575
6576
+
/// The parameter clause that defines the generic parameters.
@@ -6703,6 +6721,8 @@ public struct TypealiasDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
6703
6721
6704
6722
/// - Parameters:
6705
6723
/// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
6724
+
/// - genericParameterClause: The parameter clause that defines the generic parameters.
6725
+
/// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
6706
6726
/// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
6707
6727
publicinit(
6708
6728
leadingTrivia:Trivia?=nil,
@@ -6902,6 +6922,7 @@ public struct TypealiasDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
6902
6922
}
6903
6923
}
6904
6924
6925
+
/// The parameter clause that defines the generic parameters.
0 commit comments