2017-02-20 07:51:31 +00:00
|
|
|
void foo();
|
|
|
|
void foo();
|
|
|
|
void foo() {}
|
|
|
|
void foo();
|
|
|
|
|
|
|
|
/*
|
|
|
|
// Note: we always use the latest seen ("most local") definition/declaration.
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"types": [],
|
2017-03-07 18:17:49 +00:00
|
|
|
"funcs": [{
|
2017-02-20 07:51:31 +00:00
|
|
|
"id": 0,
|
|
|
|
"usr": "c:@F@foo#",
|
|
|
|
"short_name": "foo",
|
|
|
|
"qualified_name": "foo",
|
2017-02-25 06:08:14 +00:00
|
|
|
"declarations": ["1:1:6", "1:2:6", "1:4:6"],
|
2017-02-21 04:05:03 +00:00
|
|
|
"definition": "1:3:6",
|
2017-02-21 05:34:46 +00:00
|
|
|
"uses": ["1:1:6", "1:2:6", "1:3:6", "1:4:6"]
|
2017-03-07 18:17:49 +00:00
|
|
|
}]
|
2017-02-20 07:51:31 +00:00
|
|
|
}
|
|
|
|
|
2017-03-07 18:17:49 +00:00
|
|
|
*/
|