unified: regenerate files

This commit is contained in:
Taus
2026-05-08 21:04:02 +00:00
parent 31386f566c
commit f9e7f90896
2 changed files with 1 additions and 23 deletions

View File

@@ -1571,9 +1571,6 @@ module Swift {
/** Gets the name of the primary QL class for this element. */
final override string getAPrimaryQlClass() { result = "NavigationExpression" }
/** Gets the node corresponding to the field `element`. */
final AstNode getElement() { swift_navigation_expression_element(this, result) }
/** Gets the node corresponding to the field `suffix`. */
final NavigationSuffix getSuffix() { swift_navigation_expression_def(this, result) }
@@ -1582,7 +1579,6 @@ module Swift {
/** Gets a field or child node of this node. */
final override AstNode getAFieldOrChild() {
swift_navigation_expression_element(this, result) or
swift_navigation_expression_def(this, result) or
swift_navigation_expression_target(this, _, result)
}
@@ -2445,9 +2441,6 @@ module Swift {
/** Gets the name of the primary QL class for this element. */
final override string getAPrimaryQlClass() { result = "TupleTypeItem" }
/** Gets the node corresponding to the field `element`. */
final AstNode getElement() { swift_tuple_type_item_element(this, result) }
/** Gets the node corresponding to the field `name`. */
final SimpleIdentifier getName() { swift_tuple_type_item_name(this, result) }
@@ -2459,7 +2452,6 @@ module Swift {
/** Gets a field or child node of this node. */
final override AstNode getAFieldOrChild() {
swift_tuple_type_item_element(this, result) or
swift_tuple_type_item_name(this, result) or
swift_tuple_type_item_type(this, result) or
swift_tuple_type_item_child(this, _, result)

View File

@@ -1206,13 +1206,6 @@ swift_multiplicative_expression_def(
int rhs: @swift_expression ref
);
@swift_navigation_expression_element_type = @swift_dictionary_type | @swift_existential_type | @swift_opaque_type
swift_navigation_expression_element(
unique int swift_navigation_expression: @swift_navigation_expression ref,
unique int element: @swift_navigation_expression_element_type ref
);
@swift_navigation_expression_target_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_expression | @swift_opaque_type | @swift_reserved_word | @swift_user_type
#keyset[swift_navigation_expression, index]
@@ -1784,13 +1777,6 @@ swift_tuple_type_def(
unique int id: @swift_tuple_type
);
@swift_tuple_type_item_element_type = @swift_dictionary_type | @swift_existential_type | @swift_opaque_type
swift_tuple_type_item_element(
unique int swift_tuple_type_item: @swift_tuple_type_item ref,
unique int element: @swift_tuple_type_item_element_type ref
);
swift_tuple_type_item_name(
unique int swift_tuple_type_item: @swift_tuple_type_item ref,
unique int name: @swift_token_simple_identifier ref
@@ -1801,7 +1787,7 @@ swift_tuple_type_item_type(
unique int type__: @swift_type__ ref
);
@swift_tuple_type_item_child_type = @swift_parameter_modifiers | @swift_token_wildcard_pattern
@swift_tuple_type_item_child_type = @swift_dictionary_type | @swift_existential_type | @swift_opaque_type | @swift_parameter_modifiers | @swift_token_wildcard_pattern
#keyset[swift_tuple_type_item, index]
swift_tuple_type_item_child(