ccls/index_tests/namespaces/function_declaration.cc

43 lines
912 B
C++
Raw Normal View History

2018-03-31 03:16:33 +00:00
namespace hello {
void foo(int a, int b);
}
/*
OUTPUT:
{
"includes": [],
2018-07-07 23:56:47 +00:00
"skipped_ranges": [],
"usr2func": [{
"usr": 18343102288837190527,
"detailed_name": "void hello::foo(int a, int b)",
"qual_name_offset": 5,
"short_name": "foo",
"kind": 12,
"storage": 0,
"declarations": ["2:6-2:9|2:1-2:23|2029211996748007610|2|1025|-1"],
"bases": [],
"derived": [],
"vars": [],
"uses": [],
"callees": []
}],
"usr2type": [{
2018-03-31 03:16:33 +00:00
"usr": 2029211996748007610,
"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",
"kind": 3,
"declarations": ["1:11-1:16|1:1-3:2|0|1|1|-1"],
"alias_of": 0,
2018-07-07 23:56:47 +00:00
"bases": [],
2018-03-31 03:16:33 +00:00
"derived": [],
"types": [],
"funcs": [18343102288837190527],
2018-03-31 03:16:33 +00:00
"vars": [],
"instances": [],
"uses": []
}],
"usr2var": []
2018-03-31 03:16:33 +00:00
}
*/