Searched defs:swift_private (Results 1 – 3 of 3) sorted by relevance
23 …tion handler parameter must have block type returning 'void', type here is 'int (^)({{(void)?}})'}}24 …ack SA(swift_private, 0); // expected-error{{'swift_async' attribute parameter 2 is out of bounds}}25 …ack SA(swift_private, 2); // expected-error{{'swift_async' attribute parameter 2 is out of bounds}}
77 ASYNC(swift_private, 1);
777 __attribute__((swift_async(swift_private, 1)));1107 __attribute__((swift_async(swift_private, 2))) {