Lines Matching full:void
2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
8 void f(void (^block)(void));
13 - (void)foo;
17 - (void)foo {
33 void foo () {
46 void f(Bar *);
47 void q(void (^block)(void));
49 void x() {
50 void (^myblock)(Bar *b) = ^(Bar *b) {