2017-03-06 01:09:08 +00:00
|
|
|
struct Foo {};
|
|
|
|
|
|
|
|
template<class T>
|
|
|
|
Foo::Foo() {}
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
2017-12-12 05:15:37 +00:00
|
|
|
"includes": [],
|
|
|
|
"skipped_by_preprocessor": [],
|
2017-03-06 01:09:08 +00:00
|
|
|
"types": [{
|
|
|
|
"id": 0,
|
|
|
|
"usr": "c:@S@Foo",
|
|
|
|
"short_name": "Foo",
|
2017-04-15 04:58:07 +00:00
|
|
|
"detailed_name": "Foo",
|
2017-12-19 05:20:00 +00:00
|
|
|
"hover": "Foo",
|
2017-04-05 08:29:15 +00:00
|
|
|
"definition_spelling": "1:8-1:11",
|
|
|
|
"definition_extent": "1:1-1:14",
|
2017-12-12 05:15:37 +00:00
|
|
|
"parents": [],
|
|
|
|
"derived": [],
|
|
|
|
"types": [],
|
2017-03-06 01:09:08 +00:00
|
|
|
"funcs": [0],
|
2017-12-12 05:15:37 +00:00
|
|
|
"vars": [],
|
|
|
|
"instances": [],
|
2017-04-19 04:58:39 +00:00
|
|
|
"uses": ["1:8-1:11", "4:6-4:9", "4:1-4:4"]
|
2017-03-06 01:09:08 +00:00
|
|
|
}],
|
2017-03-07 18:17:49 +00:00
|
|
|
"funcs": [{
|
2017-03-06 01:09:08 +00:00
|
|
|
"id": 0,
|
2017-12-02 01:07:03 +00:00
|
|
|
"is_operator": false,
|
2017-03-06 01:09:08 +00:00
|
|
|
"usr": "c:@S@Foo@FT@>1#TFoo#v#",
|
|
|
|
"short_name": "Foo",
|
2017-04-15 04:58:07 +00:00
|
|
|
"detailed_name": "void Foo::Foo()",
|
2017-12-19 05:20:00 +00:00
|
|
|
"hover": "void Foo::Foo()",
|
2017-12-12 05:15:37 +00:00
|
|
|
"declarations": [],
|
2017-04-05 08:29:15 +00:00
|
|
|
"definition_spelling": "4:6-4:9",
|
|
|
|
"definition_extent": "4:1-4:11",
|
2017-12-12 05:15:37 +00:00
|
|
|
"declaring_type": 0,
|
|
|
|
"derived": [],
|
|
|
|
"locals": [],
|
|
|
|
"callers": [],
|
|
|
|
"callees": []
|
|
|
|
}],
|
|
|
|
"vars": []
|
2017-03-06 01:09:08 +00:00
|
|
|
}
|
2017-03-07 18:17:49 +00:00
|
|
|
*/
|