mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
20 lines
303 B
C++
20 lines
303 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",
|
|
"uses": ["1:1:7", "1:2:7", "*1:3:7", "1:4:7"]
|
|
}],
|
|
"functions": [],
|
|
"variables": []
|
|
}
|
|
*/ |