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