repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][sparse] implement non-permutation MapRef encoding (#69406)
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
test
/
index-serialization
/
Inputs
/
sample.cpp
blob
f9f13b930d62e797f57b459d10704123a19a0c2b
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
};