2017-02-18 19:37:24 +00:00
|
|
|
class Foo;
|
|
|
|
class Foo;
|
|
|
|
class Foo {};
|
|
|
|
class Foo;
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
2017-12-12 05:15:37 +00:00
|
|
|
"includes": [],
|
|
|
|
"skipped_by_preprocessor": [],
|
2017-02-18 19:37:24 +00:00
|
|
|
"types": [{
|
|
|
|
"id": 0,
|
2017-02-18 23:58:40 +00:00
|
|
|
"usr": "c:@S@Foo",
|
2017-02-18 19:37:24 +00:00
|
|
|
"short_name": "Foo",
|
2017-04-15 04:58:07 +00:00
|
|
|
"detailed_name": "Foo",
|
2017-04-05 08:29:15 +00:00
|
|
|
"definition_spelling": "3:7-3:10",
|
|
|
|
"definition_extent": "3:1-3:13",
|
2017-12-12 05:15:37 +00:00
|
|
|
"parents": [],
|
|
|
|
"derived": [],
|
|
|
|
"types": [],
|
|
|
|
"funcs": [],
|
|
|
|
"vars": [],
|
|
|
|
"instances": [],
|
2017-04-19 04:58:39 +00:00
|
|
|
"uses": ["1:7-1:10", "2:7-2:10", "3:7-3:10", "4:7-4:10"]
|
2017-12-12 05:15:37 +00:00
|
|
|
}],
|
|
|
|
"funcs": [],
|
|
|
|
"vars": []
|
2017-02-18 19:37:24 +00:00
|
|
|
}
|
2017-03-07 18:17:49 +00:00
|
|
|
*/
|