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
/
Index
/
Inputs
/
objc.h
blob
c671addde59f0590b3650b625d6436961ef79130
1
@interface Base
{
2
int
my_var
;
3
}
4
-(
int
)
my_var
;
5
-(
void
)
my_method
: (
int
)
param
;
6
+(
void
)
my_method
: (
int
)
param
;
7
@end
8
9
@interface Sub
:
Base
10
-(
void
)
my_method
: (
int
)
param
;
11
@end