Sign in
llvm
/
llvm-project
/
8dec0b23da116e1cf0cd49c955ff1fadf52d5096
/
.
/
clang
/
test
/
Index
/
Inputs
/
complete-pch.h
blob: ddf5253c134d45b01fb9c1a09454937f4c03b4f5 [
file
] [
log
] [
blame
]
@interface
A
-
(
int
)
instanceMethod1
:(
int
)
x
;
+
(
int
)
classMethod1
:(
double
)
d
;
@end
@interface
B
-
(
int
)
instanceMethod2
:(
int
)
x
;
+
(
int
)
classMethod2
:(
float
)
f
;
@end