mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 17:41:58 +00:00
20 lines
311 B
C++
20 lines
311 B
C++
class Foo;
|
|
class Foo;
|
|
class Foo {};
|
|
class Foo;
|
|
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"types": [{
|
|
"id": 0,
|
|
"usr": "c:@S@Foo",
|
|
"short_name": "Foo",
|
|
"qualified_name": "Foo",
|
|
"definition": "*1:3:7",
|
|
"all_uses": ["*1:1:7", "*1:2:7", "*1:3:7", "*1:4:7"]
|
|
}],
|
|
"functions": [],
|
|
"variables": []
|
|
}
|
|
*/ |