Home | History | Annotate | Download | only in Rewriter

Lines Matching full:void

2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
5 extern "C" __declspec(dllexport) void BreakTheRewriter(int i) {
7 void (^aBlock)(void) = ^ {
13 void (^aBlock)(void) = ^ {
19 __declspec(dllexport) extern "C" __declspec(dllexport) void XXXXBreakTheRewriter(void) {
22 void (^aBlock)(void) = ^ {
26 void (^bBlocks)(void) = ^ {
29 void (^c)(void) = ^ {
39 - (void) Meth;
41 - (void) allObjects;
46 - (void) allObjects {
49 ^(void) {
53 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }