2018-03-31 03:16:33 +00:00
|
|
|
class Foo {
|
|
|
|
int foo;
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
|
|
|
"skipped_by_preprocessor": [],
|
|
|
|
"types": [{
|
|
|
|
"id": 0,
|
|
|
|
"usr": 15041163540773201510,
|
|
|
|
"detailed_name": "Foo",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "Foo",
|
|
|
|
"kind": 5,
|
|
|
|
"declarations": [],
|
|
|
|
"spell": "1:7-1:10|-1|1|2",
|
|
|
|
"extent": "1:1-3:2|-1|1|0",
|
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"types": [],
|
|
|
|
"funcs": [],
|
|
|
|
"vars": [0],
|
|
|
|
"instances": [],
|
|
|
|
"uses": []
|
|
|
|
}, {
|
|
|
|
"id": 1,
|
|
|
|
"usr": 17,
|
|
|
|
"detailed_name": "",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "",
|
|
|
|
"kind": 0,
|
|
|
|
"declarations": [],
|
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"types": [],
|
|
|
|
"funcs": [],
|
|
|
|
"vars": [],
|
|
|
|
"instances": [0],
|
|
|
|
"uses": []
|
|
|
|
}],
|
|
|
|
"funcs": [],
|
|
|
|
"vars": [{
|
|
|
|
"id": 0,
|
|
|
|
"usr": 9736582033442720743,
|
|
|
|
"detailed_name": "int Foo::foo",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 4,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "foo",
|
|
|
|
"declarations": [],
|
|
|
|
"spell": "2:7-2:10|0|2|2",
|
|
|
|
"extent": "2:3-2:10|0|2|0",
|
|
|
|
"type": 1,
|
|
|
|
"uses": [],
|
|
|
|
"kind": 8,
|
|
|
|
"storage": 0
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
*/
|