2018-03-31 03:16:33 +00:00
|
|
|
namespace {
|
|
|
|
void foo();
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"skipped_ranges": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2func": [{
|
|
|
|
"usr": 5010253035933134245,
|
|
|
|
"detailed_name": "void (anon ns)::foo()",
|
|
|
|
"qual_name_offset": 5,
|
|
|
|
"short_name": "foo",
|
2018-10-05 06:31:59 +00:00
|
|
|
"bases": [],
|
|
|
|
"vars": [],
|
|
|
|
"callees": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"kind": 12,
|
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:6-2:9|2:1-2:11|1|-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
|
|
|
}],
|
2018-11-02 03:26:00 +00:00
|
|
|
"usr2type": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2var": []
|
2018-03-31 03:16:33 +00:00
|
|
|
}
|
|
|
|
*/
|