2018-03-31 03:16:33 +00:00
|
|
|
namespace hello {
|
|
|
|
void foo() {}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
2018-07-07 23:56:47 +00:00
|
|
|
"skipped_ranges": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2func": [{
|
|
|
|
"usr": 243328841292951622,
|
|
|
|
"detailed_name": "void hello::foo()",
|
|
|
|
"qual_name_offset": 5,
|
|
|
|
"short_name": "foo",
|
2018-10-05 06:31:59 +00:00
|
|
|
"spell": "2:6-2:9|2:1-2:14|1026|-1",
|
|
|
|
"bases": [],
|
|
|
|
"vars": [],
|
|
|
|
"callees": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"kind": 12,
|
2018-10-05 06:31:59 +00:00
|
|
|
"parent_kind": 3,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0,
|
2018-04-30 04:49:03 +00:00
|
|
|
"declarations": [],
|
|
|
|
"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": 2029211996748007610,
|
2018-08-30 04:20:27 +00:00
|
|
|
"detailed_name": "namespace hello {}",
|
2018-07-07 23:56:47 +00:00
|
|
|
"qual_name_offset": 10,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "hello",
|
2018-07-07 23:56:47 +00:00
|
|
|
"bases": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"funcs": [243328841292951622],
|
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": 3,
|
|
|
|
"parent_kind": 0,
|
|
|
|
"declarations": ["1:11-1:16|1:1-3:2|1|-1"],
|
|
|
|
"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
|
|
|
}
|
|
|
|
*/
|