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
[Flang][Parser] Add missing #include "flang/Common/idioms.h" (#77484)
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-move
/
Inputs
/
helper_decls_test.h
blob
d8927c488f07e94ed41fd9cf3f0b79910690231d
1
namespace
a
{
2
class
Class1
{
3
void
f
();
4
};
5
6
class
Class2
{
7
void
f
();
8
};
9
10
class
Class3
{
11
void
f
();
12
};
13
14
class
Class4
{
15
void
f
();
16
};
17
18
class
Class5
{
19
void
f
();
20
};
21
22
class
Class6
{
23
int
f
();
24
};
25
26
class
Class7
{
27
int
f
();
28
int
g
();
29
};
30
31
void
Fun1
();
32
33
inline
void
Fun2
() {}
34
35
}
// namespace a
36
37
namespace
b
{
38
void
Fun3
();
39
}
// namespace b