ccls/index_tests/namespaces/function_declaration.cc

61 lines
1.3 KiB
C++
Raw Normal View History

2018-03-31 03:16:33 +00:00
namespace hello {
void foo(int a, int b);
}
/*
OUTPUT:
{
"includes": [],
"skipped_by_preprocessor": [],
"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|2029211996748007610|2|1"],
"declaring_type": 2029211996748007610,
"bases": [],
"derived": [],
"vars": [],
"uses": [],
"callees": []
}],
"usr2type": [{
2018-03-31 03:16:33 +00:00
"usr": 2029211996748007610,
"detailed_name": "hello",
"qual_name_offset": 0,
2018-03-31 03:16:33 +00:00
"short_name": "hello",
"kind": 3,
"declarations": [],
"spell": "1:11-1:16|0|1|2",
"extent": "1:1-3:2|0|1|0",
"alias_of": 0,
"bases": [13838176792705659279],
2018-03-31 03:16:33 +00:00
"derived": [],
"types": [],
"funcs": [18343102288837190527],
2018-03-31 03:16:33 +00:00
"vars": [],
"instances": [],
"uses": ["1:11-1:16|0|1|4"]
2018-03-31 03:16:33 +00:00
}, {
"usr": 13838176792705659279,
"detailed_name": "",
"qual_name_offset": 0,
2018-03-31 03:16:33 +00:00
"short_name": "",
"kind": 0,
"declarations": [],
"alias_of": 0,
2018-03-31 03:16:33 +00:00
"bases": [],
"derived": [2029211996748007610],
2018-03-31 03:16:33 +00:00
"types": [],
"funcs": [],
"vars": [],
"instances": [],
"uses": []
}],
"usr2var": []
2018-03-31 03:16:33 +00:00
}
*/