xref
: /
llvm-project
/
clang
/
test
/
Import
/
objc-method
/
Inputs
/
S.m
(revision 1eac879d85c418650c639baa4fcceeef19e7356a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@interface C {
2
}
3
-(int)m;
4
@end
5