Home | History | Annotate | Download | only in Rewriter

Lines Matching full:void

2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
5 typedef void(^BL)(void);
7 id return_id(void(^block)(void)) {
17 void(^block)(void);
24 void(^block1)(void) = obj1;