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
/
cxx-inline-namespace.h
blob
4feb8501801eb80dc87015100b7d73fed90474b4
1
namespace
std
{
2
inline
namespace
__1
{
3
namespace
__is_function_imp
{}
4
}
5
}
6
7
namespace
std
{
8
inline
namespace
__1
{
9
typedef
int size_t
;
10
}
11
}
12
13
namespace
X
{
14
inline
namespace
Y
{
15
struct
Z
;
16
}
17
}