clang-tools
20.0.0git
llvm-project
clang-tools-extra
clangd
test
index-serialization
Inputs
sample.cpp
Go to the documentation of this file.
1
// Include a file to ensure we have multiple sources.
2
#include "
sample.h
"
3
4
// This introduces a symbol, a reference and a relation.
5
struct
Bar
:
public
Foo
{
6
// This introduces an OverriddenBy relation by implementing Foo::Func.
7
void
Func
()
override
{}
8
};
sample.h
Bar
Definition:
sample.cpp:5
Bar::Func
void Func() override
Definition:
sample.cpp:7
Foo
Definition:
sample.h:4
Generated on Thu Nov 21 2024 14:01:17 for clang-tools by
1.9.6