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
/
namespaces-top.h
blob
006b53c8fd289154252d713673a59f7a27ea75d9
1
namespace
N1
{
2
int
&
f
(
int
);
3
}
4
5
namespace
N2
{
6
int
&
f
(
int
);
7
}
8
9
namespace
N3
{
10
int
&
f
(
int
);
11
}
12
13
namespace
N12
{ }
14
15
namespace
N13
{
16
void
f
();
17
int
f
(
int
);
18
void
(*
p
)() = &
f
;
19
}
20
21
namespace
AddAndReexportBeforeImport
{
22
int
S
;
23
}
24
25
namespace
Empty
{}