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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
PCH
/
objc_import.h
blob
4646e16a2cdbfe2a1dfe86fdf3dfc2833185536c
1
/* For use with the objc_import.m test */
2
3
@interface TestPCH
4
+
alloc
;
5
- (
void
)
instMethod
;
6
@end
7
8
@
class
NewID1
;
9
@compatibility_alias OldID1 NewID1
;
10
@
class
OldID1
;
11
@
class
OldID1
;
12
13
@
class
NewID2
;
14
@compatibility_alias OldID2 NewID2
;
15
@
class
OldID2
;
16
@interface OldID2
17
-(
void
)
meth
;
18
@end