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