2018-03-31 03:16:33 +00:00
|
|
|
void foo(int a) {
|
|
|
|
a += 10;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"skipped_ranges": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2func": [{
|
|
|
|
"usr": 11998306017310352355,
|
|
|
|
"detailed_name": "void foo(int a)",
|
|
|
|
"qual_name_offset": 5,
|
|
|
|
"short_name": "foo",
|
|
|
|
"kind": 12,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0,
|
2018-04-30 04:49:03 +00:00
|
|
|
"declarations": [],
|
|
|
|
"spell": "1:6-1:9|0|1|2",
|
|
|
|
"extent": "1:1-3:2|0|1|0",
|
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
2018-07-08 19:49:27 +00:00
|
|
|
"vars": [10063793875496522529],
|
2018-04-30 04:49:03 +00:00
|
|
|
"uses": [],
|
|
|
|
"callees": []
|
|
|
|
}],
|
|
|
|
"usr2type": [{
|
2018-07-07 23:56:47 +00:00
|
|
|
"usr": 53,
|
2018-03-31 03:16:33 +00:00
|
|
|
"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": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"alias_of": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"types": [],
|
|
|
|
"funcs": [],
|
|
|
|
"vars": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"instances": [10063793875496522529],
|
2018-03-31 03:16:33 +00:00
|
|
|
"uses": []
|
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2var": [{
|
2018-03-31 03:16:33 +00:00
|
|
|
"usr": 10063793875496522529,
|
|
|
|
"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": [],
|
2018-07-10 06:40:26 +00:00
|
|
|
"spell": "1:14-1:15|11998306017310352355|3|1026",
|
2018-04-30 04:49:03 +00:00
|
|
|
"extent": "1:10-1:15|11998306017310352355|3|0",
|
2018-07-07 23:56:47 +00:00
|
|
|
"type": 53,
|
2018-04-30 04:49:03 +00:00
|
|
|
"uses": ["2:3-2:4|11998306017310352355|3|4"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"kind": 253,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0
|
2018-03-31 03:16:33 +00:00
|
|
|
}]
|
|
|
|
}
|
|
|
|
*/
|