@@ -1568,14 +1568,15 @@ BridgedImportDecl BridgedImportDecl_createParsed(
15681568
15691569SWIFT_NAME (" BridgedSubscriptDecl.createParsed(_:declContext:staticLoc:"
15701570 " staticSpelling:subscriptKeywordLoc:genericParamList:parameterList:"
1571- " arrowLoc:returnType:)" )
1571+ " arrowLoc:returnType:genericWhereClause: )" )
15721572BridgedSubscriptDecl BridgedSubscriptDecl_createParsed(
15731573 BridgedASTContext cContext, BridgedDeclContext cDeclContext,
15741574 BridgedSourceLoc cStaticLoc, BridgedStaticSpelling cStaticSpelling,
15751575 BridgedSourceLoc cSubscriptKeywordLoc,
15761576 BridgedNullableGenericParamList cGenericParamList,
15771577 BridgedParameterList cParamList, BridgedSourceLoc cArrowLoc,
1578- BridgedTypeRepr returnType);
1578+ BridgedTypeRepr returnType,
1579+ BridgedNullableTrailingWhereClause genericWhereClause);
15791580
15801581SWIFT_NAME (" BridgedTopLevelCodeDecl.create(_:declContext:)" )
15811582BridgedTopLevelCodeDecl
@@ -2509,6 +2510,10 @@ BridgedDictionaryTypeRepr BridgedDictionaryTypeRepr_createParsed(
25092510 BridgedTypeRepr keyType, BridgedSourceLoc cColonloc,
25102511 BridgedTypeRepr valueType, BridgedSourceLoc cRSquareLoc);
25112512
2513+ SWIFT_NAME (" BridgedErrorTypeRepr.create(_:range:)" )
2514+ BridgedErrorTypeRepr BridgedErrorTypeRepr_create(BridgedASTContext cContext,
2515+ BridgedSourceRange cRange);
2516+
25122517SWIFT_NAME (" BridgedFunctionTypeRepr.createParsed(_:argsType:asyncLoc:throwsLoc:"
25132518 " thrownType:arrowLoc:resultType:)" )
25142519BridgedFunctionTypeRepr BridgedFunctionTypeRepr_createParsed(
0 commit comments