ccls/index_tests/method_inline_declaration.cc

48 lines
1017 B
C++
Raw Normal View History

2018-03-31 03:16:33 +00:00
class Foo {
void foo() {}
};
/*
OUTPUT:
{
"includes": [],
"skipped_by_preprocessor": [],
"usr2func": [{
2018-03-31 03:16:33 +00:00
"usr": 17922201480358737771,
"detailed_name": "void Foo::foo()",
"qual_name_offset": 5,
2018-03-31 03:16:33 +00:00
"short_name": "foo",
"kind": 6,
"storage": 0,
2018-03-31 03:16:33 +00:00
"declarations": [],
"spell": "2:8-2:11|15041163540773201510|2|2",
"extent": "2:3-2:16|15041163540773201510|2|0",
"declaring_type": 15041163540773201510,
2018-03-31 03:16:33 +00:00
"bases": [],
"derived": [],
"vars": [],
"uses": [],
"callees": []
}],
"usr2type": [{
"usr": 15041163540773201510,
"detailed_name": "Foo",
"qual_name_offset": 0,
"short_name": "Foo",
"kind": 5,
"declarations": [],
"spell": "1:7-1:10|0|1|2",
"extent": "1:1-3:2|0|1|0",
"alias_of": 0,
"bases": [],
"derived": [],
"types": [],
"funcs": [17922201480358737771],
"vars": [],
"instances": [],
"uses": []
}],
"usr2var": []
2018-03-31 03:16:33 +00:00
}
*/