mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 09:31:59 +00:00
18 lines
291 B
C++
18 lines
291 B
C++
namespace hello {
|
|
void foo() {}
|
|
}
|
|
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"types": [],
|
|
"functions": [{
|
|
"id": 0,
|
|
"usr": "c:@N@hello@F@foo#",
|
|
"short_name": "foo",
|
|
"qualified_name": "hello::foo",
|
|
"definition": "tests/namespaces/function_definition.cc:2:6"
|
|
}],
|
|
"variables": []
|
|
}
|
|
*/ |