repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Index
/
targeted-cursor.m.h
blob
735c7bd08f264ac307717a4a8775b04f05dd0fd1
1
2
@interface I
3
4
-(
void
)
mm
:(
void
(^)(
I
*))
block
;
5
-(
void
)
mm2
:(
I
*)
i
;
6
7
@end