Cross Reference: targeted-cursor.m.h
xref
: /
external
/
clang
/
test
/
Index
/
targeted-cursor.m.h
Home
History
Annotate
Annotate
Line#
Navigate
Download
only in
targeted-cursor.m.h
1
2
@
interface
I
3
4
-(
void
)
mm
:(
void
(^)(I*))
block
;
5
-(
void
)
mm2
:(I*)i;
6
7
@
end
8