2018-03-31 03:16:33 +00:00
|
|
|
class Foo {
|
|
|
|
static int foo;
|
|
|
|
};
|
|
|
|
|
|
|
|
int Foo::foo;
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"skipped_ranges": [],
|
2018-07-08 19:49:27 +00:00
|
|
|
"usr2func": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2type": [{
|
2018-07-07 23:56:47 +00:00
|
|
|
"usr": 53,
|
2018-04-30 04:49:03 +00:00
|
|
|
"detailed_name": "",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 0,
|
2018-04-30 04:49:03 +00:00
|
|
|
"short_name": "",
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"funcs": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"types": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"vars": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"alias_of": 0,
|
|
|
|
"kind": 0,
|
|
|
|
"parent_kind": 0,
|
|
|
|
"declarations": [],
|
|
|
|
"derived": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"instances": [8942920329766232482, 8942920329766232482],
|
2018-04-30 04:49:03 +00:00
|
|
|
"uses": []
|
2018-03-31 03:16:33 +00:00
|
|
|
}, {
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr": 15041163540773201510,
|
2018-07-07 23:56:47 +00:00
|
|
|
"detailed_name": "class Foo {}",
|
|
|
|
"qual_name_offset": 6,
|
2018-04-30 04:49:03 +00:00
|
|
|
"short_name": "Foo",
|
2018-10-05 06:31:59 +00:00
|
|
|
"spell": "1:7-1:10|1:1-3:2|2|-1",
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"funcs": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"types": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"vars": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"alias_of": 0,
|
|
|
|
"kind": 5,
|
|
|
|
"parent_kind": 0,
|
|
|
|
"declarations": [],
|
|
|
|
"derived": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"instances": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"uses": ["5:5-5:8|4|-1"]
|
2018-03-31 03:16:33 +00:00
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2var": [{
|
2018-03-31 03:16:33 +00:00
|
|
|
"usr": 8942920329766232482,
|
2018-07-07 23:56:47 +00:00
|
|
|
"detailed_name": "static int Foo::foo",
|
|
|
|
"qual_name_offset": 11,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "foo",
|
2018-10-05 06:31:59 +00:00
|
|
|
"spell": "5:10-5:13|5:1-5:13|1026|-1",
|
2018-07-07 23:56:47 +00:00
|
|
|
"type": 53,
|
|
|
|
"kind": 13,
|
2018-10-05 06:31:59 +00:00
|
|
|
"parent_kind": 5,
|
|
|
|
"storage": 2,
|
|
|
|
"declarations": ["2:14-2:17|2:3-2:17|1025|-1"],
|
|
|
|
"uses": []
|
2018-03-31 03:16:33 +00:00
|
|
|
}]
|
|
|
|
}
|
|
|
|
*/
|