2018-03-31 03:16:33 +00:00
|
|
|
void foo() {
|
|
|
|
int a;
|
|
|
|
a = 1;
|
|
|
|
{
|
|
|
|
int a;
|
|
|
|
a = 2;
|
|
|
|
}
|
|
|
|
a = 3;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
|
|
|
"skipped_by_preprocessor": [],
|
|
|
|
"types": [{
|
|
|
|
"id": 0,
|
|
|
|
"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, 1],
|
|
|
|
"uses": []
|
|
|
|
}],
|
|
|
|
"funcs": [{
|
|
|
|
"id": 0,
|
|
|
|
"usr": 4259594751088586730,
|
|
|
|
"detailed_name": "void foo()",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 5,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "foo",
|
|
|
|
"kind": 12,
|
|
|
|
"storage": 1,
|
|
|
|
"declarations": [],
|
|
|
|
"spell": "1:6-1:9|-1|1|2",
|
|
|
|
"extent": "1:1-9:2|-1|1|0",
|
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [0, 1],
|
|
|
|
"uses": [],
|
|
|
|
"callees": []
|
|
|
|
}],
|
|
|
|
"vars": [{
|
|
|
|
"id": 0,
|
2018-04-08 00:10:54 +00:00
|
|
|
"usr": 3440226937504376525,
|
2018-03-31 03:16:33 +00:00
|
|
|
"detailed_name": "int a",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 4,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "a",
|
|
|
|
"declarations": [],
|
|
|
|
"spell": "2:7-2:8|0|3|2",
|
|
|
|
"extent": "2:3-2:8|0|3|0",
|
|
|
|
"type": 0,
|
|
|
|
"uses": ["3:3-3:4|0|3|4", "8:3-8:4|0|3|4"],
|
|
|
|
"kind": 13,
|
|
|
|
"storage": 1
|
|
|
|
}, {
|
|
|
|
"id": 1,
|
2018-04-08 00:10:54 +00:00
|
|
|
"usr": 14700715011944976607,
|
2018-03-31 03:16:33 +00:00
|
|
|
"detailed_name": "int a",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 4,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "a",
|
|
|
|
"declarations": [],
|
|
|
|
"spell": "5:9-5:10|0|3|2",
|
|
|
|
"extent": "5:5-5:10|0|3|0",
|
|
|
|
"type": 0,
|
|
|
|
"uses": ["6:5-6:6|0|3|4"],
|
|
|
|
"kind": 13,
|
|
|
|
"storage": 1
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
*/
|