@@ -524,6 +524,26 @@ accessor_decl_is_did_set( //dir=decl
524524 int id: @accessor_decl ref
525525);
526526
527+ #keyset[id]
528+ accessor_decl_is_read( //dir=decl
529+ int id: @accessor_decl ref
530+ );
531+
532+ #keyset[id]
533+ accessor_decl_is_modify( //dir=decl
534+ int id: @accessor_decl ref
535+ );
536+
537+ #keyset[id]
538+ accessor_decl_is_unsafe_address( //dir=decl
539+ int id: @accessor_decl ref
540+ );
541+
542+ #keyset[id]
543+ accessor_decl_is_unsafe_mutable_address( //dir=decl
544+ int id: @accessor_decl ref
545+ );
546+
527547associated_type_decls( //dir=decl
528548 unique int id: @associated_type_decl
529549);
@@ -771,6 +791,11 @@ decl_ref_expr_has_ordinary_semantics( //dir=expr
771791 int id: @decl_ref_expr ref
772792);
773793
794+ #keyset[id]
795+ decl_ref_expr_has_distributed_thunk_semantics( //dir=expr
796+ int id: @decl_ref_expr ref
797+ );
798+
774799default_argument_exprs( //dir=expr
775800 unique int id: @default_argument_expr,
776801 int param_decl: @param_decl_or_none ref,
@@ -1319,6 +1344,11 @@ member_ref_expr_has_ordinary_semantics( //dir=expr
13191344 int id: @member_ref_expr ref
13201345);
13211346
1347+ #keyset[id]
1348+ member_ref_expr_has_distributed_thunk_semantics( //dir=expr
1349+ int id: @member_ref_expr ref
1350+ );
1351+
13221352metatype_conversion_exprs( //dir=expr
13231353 unique int id: @metatype_conversion_expr
13241354);
@@ -1408,6 +1438,11 @@ subscript_expr_has_ordinary_semantics( //dir=expr
14081438 int id: @subscript_expr ref
14091439);
14101440
1441+ #keyset[id]
1442+ subscript_expr_has_distributed_thunk_semantics( //dir=expr
1443+ int id: @subscript_expr ref
1444+ );
1445+
14111446try_exprs( //dir=expr
14121447 unique int id: @try_expr
14131448);
0 commit comments