2018-03-31 03:16:33 +00:00
|
|
|
class Foo {
|
|
|
|
void foo() const;
|
|
|
|
};
|
|
|
|
|
|
|
|
void Foo::foo() const {}
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"skipped_ranges": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2func": [{
|
2018-03-31 03:16:33 +00:00
|
|
|
"usr": 6446764306530590711,
|
|
|
|
"detailed_name": "void Foo::foo() const",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 5,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "foo",
|
2018-10-05 06:31:59 +00:00
|
|
|
"spell": "5:11-5:14|5:1-5:25|1026|-1",
|
|
|
|
"bases": [],
|
|
|
|
"vars": [],
|
|
|
|
"callees": [],
|
2018-03-31 03:16:33 +00:00
|
|
|
"kind": 6,
|
2018-10-05 06:31:59 +00:00
|
|
|
"parent_kind": 5,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0,
|
2018-10-05 06:31:59 +00:00
|
|
|
"declarations": ["2:8-2:11|2:3-2:19|1025|-1"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"derived": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"uses": []
|
2018-03-31 03:16:33 +00:00
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2type": [{
|
|
|
|
"usr": 15041163540773201510,
|
2018-07-07 23:56:47 +00:00
|
|
|
"detailed_name": "class Foo {}",
|
|
|
|
"qual_name_offset": 6,
|
2018-04-30 04:49:03 +00:00
|
|
|
"short_name": "Foo",
|
2018-10-05 06:31:59 +00:00
|
|
|
"spell": "1:7-1:10|1:1-3:2|2|-1",
|
2018-04-30 04:49:03 +00:00
|
|
|
"bases": [],
|
|
|
|
"funcs": [6446764306530590711],
|
2018-10-05 06:31:59 +00:00
|
|
|
"types": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"vars": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"alias_of": 0,
|
|
|
|
"kind": 5,
|
|
|
|
"parent_kind": 0,
|
|
|
|
"declarations": [],
|
|
|
|
"derived": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"instances": [],
|
2018-10-05 06:31:59 +00:00
|
|
|
"uses": ["5:6-5:9|4|-1"]
|
2018-04-30 04:49:03 +00:00
|
|
|
}],
|
|
|
|
"usr2var": []
|
2018-03-31 03:16:33 +00:00
|
|
|
}
|
|
|
|
*/
|