OpenGrok
Cross Reference: cxx-method.h
xref
: /
external
/
clang
/
test
/
PCH
/
Inputs
/
cxx-method.h
Home
|
History
|
Annotate
|
Download
|
only in
Inputs
1
struct
S {
2
void
m(
int
x);
3
4
operator
const
char
*();
5
operator
char
*();
6
};
7