xref
: /
llvm-project
/
clang-tools-extra
/
clangd
/
test
/
Inputs
/
background-index
/
foo.cpp
(revision 91e5f4b46b58ec7e21538646903c7d7e2cc0c6c2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
sub_dir
/
foo.h
"
foo()
2
int
foo
() {
return
42
; }
3