xref
: /
llvm-project
/
clang
/
test
/
Index
/
getcursor-preamble.h
(revision c821f739b5a82da232e14c7e577edade68f763fd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@
interface
I
{
2
struct
AA
{
3
int
x
;
4
}
aa
;
5
int
var
;
6
}
7
-(
id
)
foo
;
8
@
end
9