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",
|
|
|
|
"kind": 12,
|
2018-06-01 23:51:39 +00:00
|
|
|
"storage": 0,
|
2018-04-30 04:49:03 +00:00
|
|
|
"declarations": [],
|
2018-07-10 06:40:26 +00:00
|
|
|
"spell": "2:6-2:9|2029211996748007610|2|1026",
|
2018-04-30 04:49:03 +00:00
|
|
|
"extent": "2:1-2:14|2029211996748007610|2|0",
|
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [],
|
|
|
|
"uses": [],
|
|
|
|
"callees": []
|
|
|
|
}],
|
|
|
|
"usr2type": [{
|
2018-03-31 03:16:33 +00:00
|
|
|
"usr": 2029211996748007610,
|
2018-07-07 23:56:47 +00:00
|
|
|
"detailed_name": "namespace hello {\n}",
|
|
|
|
"qual_name_offset": 10,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "hello",
|
|
|
|
"kind": 3,
|
2018-07-07 23:56:47 +00:00
|
|
|
"declarations": ["1:11-1:16|0|1|1"],
|
2018-04-30 04:49:03 +00:00
|
|
|
"alias_of": 0,
|
2018-07-07 23:56:47 +00:00
|
|
|
"bases": [],
|
2018-03-31 03:16:33 +00:00
|
|
|
"derived": [],
|
|
|
|
"types": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"funcs": [243328841292951622],
|
2018-03-31 03:16:33 +00:00
|
|
|
"vars": [],
|
|
|
|
"instances": [],
|
|
|
|
"uses": []
|
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2var": []
|
2018-03-31 03:16:33 +00:00
|
|
|
}
|
|
|
|
*/
|