2018-03-31 03:16:33 +00:00
|
|
|
void called(int a);
|
|
|
|
|
|
|
|
int gen();
|
|
|
|
|
|
|
|
struct Foo {
|
|
|
|
static int static_var;
|
|
|
|
int field_var;
|
|
|
|
};
|
|
|
|
|
|
|
|
int Foo::static_var = 0;
|
|
|
|
|
|
|
|
void foo() {
|
|
|
|
int a = 5;
|
|
|
|
called(a + gen() + Foo().field_var + Foo::static_var);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"skipped_ranges": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2func": [{
|
|
|
|
"usr": 4259594751088586730,
|
|
|
|
"detailed_name": "void foo()",
|
|
|
|
"qual_name_offset": 5,
|
|
|
|
"short_name": "foo",
|
|
|
|
"kind": 12,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"declarations": [],
|
2018-09-08 05:29:36 +00:00
|
|
|
"spell": "12:6-12:9|0|1|2|-1",
|
|
|
|
"extent": "12:1-15:2|0|1|0|-1",
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
2018-07-08 19:49:27 +00:00
|
|
|
"vars": [8039186520399841081],
|
2018-04-30 04:49:03 +00:00
|
|
|
"uses": [],
|
2018-07-21 06:27:47 +00:00
|
|
|
"callees": ["14:3-14:9|18319417758892371313|3|16420", "14:14-14:17|11404602816585117695|3|16420"]
|
2018-03-31 03:16:33 +00:00
|
|
|
}, {
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr": 11404602816585117695,
|
|
|
|
"detailed_name": "int gen()",
|
|
|
|
"qual_name_offset": 4,
|
|
|
|
"short_name": "gen",
|
|
|
|
"kind": 12,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0,
|
2018-09-08 05:29:36 +00:00
|
|
|
"declarations": ["3:5-3:8|3:1-3:10|0|1|1|-1"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [],
|
2018-09-08 05:29:36 +00:00
|
|
|
"uses": ["14:14-14:17|4259594751088586730|3|16420|-1"],
|
2018-07-07 23:56:47 +00:00
|
|
|
"callees": []
|
2018-04-30 04:49:03 +00:00
|
|
|
}, {
|
2018-03-31 03:16:33 +00:00
|
|
|
"usr": 18319417758892371313,
|
|
|
|
"detailed_name": "void called(int a)",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 5,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "called",
|
|
|
|
"kind": 12,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0,
|
2018-09-08 05:29:36 +00:00
|
|
|
"declarations": ["1:6-1:12|1:1-1:19|0|1|1|-1"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [],
|
2018-09-08 05:29:36 +00:00
|
|
|
"uses": ["14:3-14:9|4259594751088586730|3|16420|-1"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"callees": []
|
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": "",
|
|
|
|
"qual_name_offset": 0,
|
|
|
|
"short_name": "",
|
|
|
|
"kind": 0,
|
|
|
|
"declarations": [],
|
|
|
|
"alias_of": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"types": [],
|
|
|
|
"funcs": [],
|
2018-03-31 03:16:33 +00:00
|
|
|
"vars": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"instances": [11489549839875479478, 9648311402855509901, 11489549839875479478, 8039186520399841081],
|
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": "struct Foo {}",
|
|
|
|
"qual_name_offset": 7,
|
2018-04-30 04:49:03 +00:00
|
|
|
"short_name": "Foo",
|
|
|
|
"kind": 23,
|
2018-03-31 03:16:33 +00:00
|
|
|
"declarations": [],
|
2018-09-08 05:29:36 +00:00
|
|
|
"spell": "5:8-5:11|0|1|2|-1",
|
|
|
|
"extent": "5:1-8:2|0|1|0|-1",
|
2018-04-30 04:49:03 +00:00
|
|
|
"alias_of": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"types": [],
|
|
|
|
"funcs": [],
|
2018-05-29 00:03:14 +00:00
|
|
|
"vars": [{
|
|
|
|
"L": 9648311402855509901,
|
|
|
|
"R": 0
|
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"instances": [],
|
2018-09-08 05:29:36 +00:00
|
|
|
"uses": ["10:5-10:8|0|1|4|-1", "14:22-14:25|4259594751088586730|3|4|-1", "14:40-14:43|4259594751088586730|3|4|-1"]
|
2018-03-31 03:16:33 +00:00
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2var": [{
|
|
|
|
"usr": 8039186520399841081,
|
|
|
|
"detailed_name": "int a",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 4,
|
2018-04-30 04:49:03 +00:00
|
|
|
"short_name": "a",
|
|
|
|
"hover": "int a = 5",
|
|
|
|
"declarations": [],
|
2018-09-08 05:29:36 +00:00
|
|
|
"spell": "13:7-13:8|4259594751088586730|3|2|-1",
|
|
|
|
"extent": "13:3-13:12|4259594751088586730|3|0|-1",
|
2018-07-07 23:56:47 +00:00
|
|
|
"type": 53,
|
2018-09-08 05:29:36 +00:00
|
|
|
"uses": ["14:10-14:11|4259594751088586730|3|12|-1"],
|
2018-04-30 04:49:03 +00:00
|
|
|
"kind": 13,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0
|
2018-03-31 03:16:33 +00:00
|
|
|
}, {
|
|
|
|
"usr": 9648311402855509901,
|
|
|
|
"detailed_name": "int Foo::field_var",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 4,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "field_var",
|
|
|
|
"declarations": [],
|
2018-09-08 05:29:36 +00:00
|
|
|
"spell": "7:7-7:16|15041163540773201510|2|1026|-1",
|
|
|
|
"extent": "7:3-7:16|15041163540773201510|2|0|-1",
|
2018-07-07 23:56:47 +00:00
|
|
|
"type": 53,
|
2018-09-08 05:29:36 +00:00
|
|
|
"uses": ["14:28-14:37|4259594751088586730|3|12|-1"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"kind": 8,
|
|
|
|
"storage": 0
|
|
|
|
}, {
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr": 11489549839875479478,
|
2018-07-07 23:56:47 +00:00
|
|
|
"detailed_name": "static int Foo::static_var",
|
|
|
|
"qual_name_offset": 11,
|
2018-04-30 04:49:03 +00:00
|
|
|
"short_name": "static_var",
|
2018-09-08 05:29:36 +00:00
|
|
|
"declarations": ["6:14-6:24|6:3-6:24|15041163540773201510|2|1025|-1"],
|
|
|
|
"spell": "10:10-10:20|15041163540773201510|2|1026|-1",
|
|
|
|
"extent": "10:1-10:24|15041163540773201510|2|0|-1",
|
2018-07-07 23:56:47 +00:00
|
|
|
"type": 53,
|
2018-09-08 05:29:36 +00:00
|
|
|
"uses": ["14:45-14:55|4259594751088586730|3|12|-1"],
|
2018-07-07 23:56:47 +00:00
|
|
|
"kind": 13,
|
|
|
|
"storage": 2
|
2018-03-31 03:16:33 +00:00
|
|
|
}]
|
|
|
|
}
|
|
|
|
*/
|