repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Import
/
forward-declared-objc-class
/
Inputs
/
S2.m
blob
69d067a3bdbb40eb4c295101d268f2e0c80aa1fe
1
@interface MyClass {
2
int j;
3
};
4
+(MyClass*)fromInteger:(int)_j;
5
-(int)getInteger;
6
@end