xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
MethodPoolA.h
(revision 143f2f6e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
3
4
5
@
interface
A
6
+ (
int
)
method1
;
7
- (
int
)
method2
:(
int
)
param
;
8
@
end
9