xref
: /
llvm-project
/
clang-tools-extra
/
clangd
/
test
/
index-serialization
/
Inputs
/
sample.h
(revision 4bc085f5b3eda5273721fd787ffa65e2f155fc45)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
once
2
3
// Introduce a symbol.
4
struct
Foo
{
FuncFoo
5
virtual
void
Func
() {}
6
};
7