2017-02-21 05:32:40 +00:00
|
|
|
union Foo {
|
|
|
|
int a;
|
|
|
|
bool b;
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"types": [{
|
|
|
|
"id": 0,
|
|
|
|
"usr": "c:@U@Foo",
|
|
|
|
"short_name": "Foo",
|
2017-04-15 04:58:07 +00:00
|
|
|
"detailed_name": "Foo",
|
2017-04-05 08:29:15 +00:00
|
|
|
"definition_spelling": "1:7-1:10",
|
|
|
|
"definition_extent": "1:1-4:2",
|
2017-02-21 05:32:40 +00:00
|
|
|
"vars": [0, 1],
|
2017-04-19 04:58:39 +00:00
|
|
|
"uses": ["1:7-1:10"]
|
2017-02-21 05:32:40 +00:00
|
|
|
}],
|
2017-03-08 00:21:23 +00:00
|
|
|
"vars": [{
|
2017-02-21 05:32:40 +00:00
|
|
|
"id": 0,
|
|
|
|
"usr": "c:@U@Foo@FI@a",
|
|
|
|
"short_name": "a",
|
2017-04-15 04:58:07 +00:00
|
|
|
"detailed_name": "int Foo::a",
|
2017-04-05 08:29:15 +00:00
|
|
|
"definition_spelling": "2:7-2:8",
|
|
|
|
"definition_extent": "2:3-2:8",
|
2017-02-21 05:32:40 +00:00
|
|
|
"declaring_type": 0,
|
2017-05-21 01:26:50 +00:00
|
|
|
"is_local": false,
|
2017-06-29 06:25:19 +00:00
|
|
|
"is_macro": false,
|
2017-04-05 08:29:15 +00:00
|
|
|
"uses": ["2:7-2:8"]
|
2017-02-21 05:32:40 +00:00
|
|
|
}, {
|
|
|
|
"id": 1,
|
|
|
|
"usr": "c:@U@Foo@FI@b",
|
|
|
|
"short_name": "b",
|
2017-04-15 04:58:07 +00:00
|
|
|
"detailed_name": "bool Foo::b",
|
2017-04-05 08:29:15 +00:00
|
|
|
"definition_spelling": "3:8-3:9",
|
|
|
|
"definition_extent": "3:3-3:9",
|
2017-02-21 05:32:40 +00:00
|
|
|
"declaring_type": 0,
|
2017-05-21 01:26:50 +00:00
|
|
|
"is_local": false,
|
2017-06-29 06:25:19 +00:00
|
|
|
"is_macro": false,
|
2017-04-05 08:29:15 +00:00
|
|
|
"uses": ["3:8-3:9"]
|
2017-02-21 05:32:40 +00:00
|
|
|
}]
|
|
|
|
}
|
2017-03-08 00:21:23 +00:00
|
|
|
*/
|