mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 23:55:08 +00:00
19 lines
282 B
C++
19 lines
282 B
C++
namespace {
|
|
void foo();
|
|
}
|
|
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"types": [],
|
|
"functions": [{
|
|
"id": 0,
|
|
"usr": "c:anonymous_function.cc@aN@F@foo#",
|
|
"short_name": "foo",
|
|
"qualified_name": "::foo",
|
|
"declaration": "1:2:6",
|
|
"uses": ["1:2:6"]
|
|
}],
|
|
"variables": []
|
|
}
|
|
*/ |