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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
MethodPoolASub.h
blob
46fe0e11f23119b3ca45250c8aeb25a82d3df58e
1
@interface
A
(
Sub
)
2
- (
char
)
method3
;
3
- (
char
*)
method4
;
4
- (
void
)
method5
:(
C
*)
obj
;
5
@end
6