Home
last modified time | relevance | path

Searched refs:withTypedefBad (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnullability.cpp133 …auto withTypedefBad = [](INTS _Nonnull[2]) {}; // expected-error {{nullability specifier '_Nonnull… in arraysInLambdas() local
/llvm-project-15.0.7/clang/test/Sema/
H A Dnullability.c248 …void (^withTypedefBad)(INTS _Nonnull [2]) = // expected-error {{nullability specifier '_Nonnull' c… in arraysInBlocks()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dnullability.m280 - (void)withTypedefBad:(INTS _Nonnull[2])x; // expected-error{{nullability specifier '_Nonnull' can…