You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
970 B
45 lines
970 B
class Foo {
|
|
Foo* member;
|
|
};
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"includes": [],
|
|
"skipped_ranges": [],
|
|
"usr2func": [],
|
|
"usr2type": [{
|
|
"usr": 15041163540773201510,
|
|
"detailed_name": "class Foo {}",
|
|
"qual_name_offset": 6,
|
|
"short_name": "Foo",
|
|
"spell": "1:7-1:10|1:1-3:2|2|-1",
|
|
"bases": [],
|
|
"funcs": [],
|
|
"types": [],
|
|
"vars": [{
|
|
"L": 13799811842374292251,
|
|
"R": 0
|
|
}],
|
|
"alias_of": 0,
|
|
"kind": 5,
|
|
"parent_kind": 0,
|
|
"declarations": [],
|
|
"derived": [],
|
|
"instances": [13799811842374292251],
|
|
"uses": ["2:3-2:6|4|-1"]
|
|
}],
|
|
"usr2var": [{
|
|
"usr": 13799811842374292251,
|
|
"detailed_name": "Foo *Foo::member",
|
|
"qual_name_offset": 5,
|
|
"short_name": "member",
|
|
"spell": "2:8-2:14|2:3-2:14|1026|-1",
|
|
"type": 15041163540773201510,
|
|
"kind": 8,
|
|
"parent_kind": 5,
|
|
"storage": 0,
|
|
"declarations": [],
|
|
"uses": []
|
|
}]
|
|
}
|
|
*/
|
|
|