Searched refs:withTypedefBad (Results 1 – 3 of 3) sorted by relevance
133 …auto withTypedefBad = [](INTS _Nonnull[2]) {}; // expected-error {{nullability specifier '_Nonnull… in arraysInLambdas() local
247 …void (^withTypedefBad)(INTS _Nonnull [2]) = // expected-error {{nullability specifier '_Nonnull' c… in arraysInBlocks()
280 - (void)withTypedefBad:(INTS _Nonnull[2])x; // expected-error{{nullability specifier '_Nonnull' can…