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": [],
|
|
|
|
"skipped_by_preprocessor": [],
|
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-04-30 04:49:03 +00:00
|
|
|
"spell": "12:6-12:9|0|1|2",
|
|
|
|
"extent": "12:1-15:2|0|1|0",
|
|
|
|
"declaring_type": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"vars": [8039186520399841081],
|
|
|
|
"uses": [],
|
|
|
|
"callees": ["14:3-14:9|18319417758892371313|3|32", "14:14-14:17|11404602816585117695|3|32"]
|
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-04-30 04:49:03 +00:00
|
|
|
"declarations": ["3:5-3:8|0|1|1"],
|
|
|
|
"declaring_type": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"uses": ["14:14-14:17|4259594751088586730|3|32"],
|
|
|
|
"callees": []
|
|
|
|
}, {
|
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-04-30 04:49:03 +00:00
|
|
|
"declarations": ["1:6-1:12|0|1|1"],
|
|
|
|
"declaring_type": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"uses": ["14:3-14:9|4259594751088586730|3|32"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"callees": []
|
2018-04-30 04:49:03 +00:00
|
|
|
}],
|
|
|
|
"usr2type": [{
|
|
|
|
"usr": 17,
|
|
|
|
"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-04-30 04:49:03 +00:00
|
|
|
"instances": [11489549839875479478, 9648311402855509901, 8039186520399841081],
|
|
|
|
"uses": []
|
2018-03-31 03:16:33 +00:00
|
|
|
}, {
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr": 15041163540773201510,
|
|
|
|
"detailed_name": "Foo",
|
|
|
|
"qual_name_offset": 0,
|
|
|
|
"short_name": "Foo",
|
|
|
|
"kind": 23,
|
2018-03-31 03:16:33 +00:00
|
|
|
"declarations": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"spell": "5:8-5:11|0|1|2",
|
|
|
|
"extent": "5:1-8:2|0|1|0",
|
|
|
|
"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
|
|
|
|
}, {
|
|
|
|
"L": 11489549839875479478,
|
|
|
|
"R": -1
|
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"instances": [],
|
|
|
|
"uses": ["10:5-10:8|0|1|4", "14:22-14:25|0|1|4", "14:40-14:43|0|1|4"]
|
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": [],
|
|
|
|
"spell": "13:7-13:8|4259594751088586730|3|2",
|
|
|
|
"extent": "13:3-13:12|4259594751088586730|3|0",
|
|
|
|
"type": 17,
|
|
|
|
"uses": ["14:10-14:11|4259594751088586730|3|4"],
|
|
|
|
"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-04-30 04:49:03 +00:00
|
|
|
"spell": "7:7-7:16|15041163540773201510|2|2",
|
|
|
|
"extent": "7:3-7:16|15041163540773201510|2|0",
|
|
|
|
"type": 17,
|
|
|
|
"uses": ["14:28-14:37|4259594751088586730|3|4"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"kind": 8,
|
|
|
|
"storage": 0
|
|
|
|
}, {
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr": 11489549839875479478,
|
|
|
|
"detailed_name": "int Foo::static_var",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 4,
|
2018-04-30 04:49:03 +00:00
|
|
|
"short_name": "static_var",
|
|
|
|
"hover": "int Foo::static_var = 0",
|
|
|
|
"declarations": ["6:14-6:24|15041163540773201510|2|1"],
|
|
|
|
"spell": "10:10-10:20|15041163540773201510|2|2",
|
|
|
|
"extent": "10:1-10:24|0|1|0",
|
|
|
|
"type": 17,
|
|
|
|
"uses": ["14:45-14:55|4259594751088586730|3|4"],
|
|
|
|
"kind": 8,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0
|
2018-03-31 03:16:33 +00:00
|
|
|
}]
|
|
|
|
}
|
|
|
|
*/
|