xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
cxx-lookup
/
x.h
(revision bb853c79c0d61acaa0dd9aa4f77cded334166946)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
template
<
class
T
>
class
allocator
;
2
struct
X
{
virtual
allocator
<
char
>
f
(); };
3