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.
|
|
|
void foo();
|
|
|
|
|
|
|
|
void foo() {}
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
|
|
|
"skipped_ranges": [],
|
|
|
|
"usr2func": [{
|
|
|
|
"usr": 4259594751088586730,
|
|
|
|
"detailed_name": "void foo()",
|
|
|
|
"qual_name_offset": 5,
|
|
|
|
"short_name": "foo",
|
|
|
|
"kind": 12,
|
|
|
|
"storage": 0,
|
|
|
|
"declarations": ["1:6-1:9|0|1|1"],
|
|
|
|
"spell": "3:6-3:9|0|1|2",
|
|
|
|
"extent": "3:1-3:14|0|1|0",
|
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [],
|
|
|
|
"uses": [],
|
|
|
|
"callees": []
|
|
|
|
}],
|
|
|
|
"usr2type": [],
|
|
|
|
"usr2var": []
|
|
|
|
}
|
|
|
|
*/
|