mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Add qual_name_offset to Index* structs; improve workspace/symbol and documentSymbol
This commit is contained in:
parent
2035a24c74
commit
a52d56a453
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": ["1:7-1:10|-1|1|1", "2:7-2:10|-1|1|1", "4:7-4:10|-1|1|1"],
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": ["3:3-3:6|-1|1|4"],
|
||||
@ -34,6 +35,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3385168158331140247,
|
||||
"detailed_name": "void Foo::Foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10983126130596230582,
|
||||
"detailed_name": "Foo f",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "7:7-7:8|1|3|2",
|
||||
@ -78,6 +82,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17165811951126099095,
|
||||
"detailed_name": "Foo *f2",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "f2",
|
||||
"hover": "Foo *f2 = new Foo()",
|
||||
"declarations": [],
|
||||
|
@ -22,6 +22,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": ["3:3-3:6|-1|1|4", "4:4-4:7|-1|1|4"],
|
||||
@ -39,6 +40,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3385168158331140247,
|
||||
"detailed_name": "void Foo::Foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -55,6 +57,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 7440261702884428359,
|
||||
"detailed_name": "void Foo::~Foo() noexcept",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "~Foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -71,6 +74,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -87,6 +91,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 1893354193220338759,
|
||||
"detailed_name": "Foo f",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "8:7-8:8|2|3|2",
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13487927231218873822,
|
||||
"detailed_name": "Type",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Type",
|
||||
"kind": 23,
|
||||
"declarations": ["2:3-2:7|-1|1|4"],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10530961286677896857,
|
||||
"detailed_name": "void Type::Type()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Type",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 3957104924306079513,
|
||||
"detailed_name": "void Make()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Make",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -65,6 +68,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 449111627548814328,
|
||||
"detailed_name": "Type foo0",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo0",
|
||||
"declarations": [],
|
||||
"spell": "6:8-6:12|1|3|2",
|
||||
@ -77,6 +81,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17097499197730163115,
|
||||
"detailed_name": "Type foo1",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo1",
|
||||
"declarations": [],
|
||||
"spell": "7:8-7:12|1|3|2",
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": ["4:6-4:9|-1|1|4"],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17319723337446061757,
|
||||
"detailed_name": "void Foo::Foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
|
@ -32,6 +32,7 @@ OUTPUT: make_functions.h
|
||||
"id": 0,
|
||||
"usr": 12993848456528750350,
|
||||
"detailed_name": "Bar",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Bar",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -48,6 +49,7 @@ OUTPUT: make_functions.h
|
||||
"id": 1,
|
||||
"usr": 14935975554338052500,
|
||||
"detailed_name": "Foobar",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foobar",
|
||||
"kind": 5,
|
||||
"declarations": ["5:3-5:9|-1|1|4", "6:3-6:9|-1|1|4", "7:3-7:9|-1|1|4", "8:3-8:9|-1|1|4"],
|
||||
@ -65,6 +67,7 @@ OUTPUT: make_functions.h
|
||||
"id": 0,
|
||||
"usr": 13131778807733950299,
|
||||
"detailed_name": "void Foobar::Foobar()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foobar",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -81,6 +84,7 @@ OUTPUT: make_functions.h
|
||||
"id": 1,
|
||||
"usr": 13028995015627606181,
|
||||
"detailed_name": "void Foobar::Foobar(int)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foobar",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -97,6 +101,7 @@ OUTPUT: make_functions.h
|
||||
"id": 2,
|
||||
"usr": 3765833212244435302,
|
||||
"detailed_name": "void Foobar::Foobar(int &&, Bar *, bool *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foobar",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -113,6 +118,7 @@ OUTPUT: make_functions.h
|
||||
"id": 3,
|
||||
"usr": 17321436359755983845,
|
||||
"detailed_name": "void Foobar::Foobar(int, Bar *, bool *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foobar",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -139,6 +145,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 0,
|
||||
"usr": 9281343527065946499,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -155,6 +162,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 1,
|
||||
"usr": 10771590811355716928,
|
||||
"detailed_name": "Args",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Args",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -171,6 +179,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 2,
|
||||
"usr": 11897454629873246477,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -187,6 +196,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 3,
|
||||
"usr": 3337128087216004141,
|
||||
"detailed_name": "Args",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Args",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -203,6 +213,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 4,
|
||||
"usr": 14935975554338052500,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -217,6 +228,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 5,
|
||||
"usr": 12993848456528750350,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -232,6 +244,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 0,
|
||||
"usr": 15793662558620604611,
|
||||
"detailed_name": "T *MakeUnique(Args &&... args)",
|
||||
"qual_name_offset": 3,
|
||||
"short_name": "MakeUnique",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -247,6 +260,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 1,
|
||||
"usr": 2532818908869373467,
|
||||
"detailed_name": "T *maKE_NoRefs(Args... args)",
|
||||
"qual_name_offset": 3,
|
||||
"short_name": "maKE_NoRefs",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -262,6 +276,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 2,
|
||||
"usr": 2816883305867289955,
|
||||
"detailed_name": "void caller22()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "caller22",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -277,6 +292,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 3,
|
||||
"usr": 13131778807733950299,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"storage": 0,
|
||||
@ -290,6 +306,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 4,
|
||||
"usr": 13028995015627606181,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"storage": 0,
|
||||
@ -303,6 +320,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 5,
|
||||
"usr": 3765833212244435302,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"storage": 0,
|
||||
@ -316,6 +334,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 6,
|
||||
"usr": 17321436359755983845,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"storage": 0,
|
||||
@ -330,6 +349,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 0,
|
||||
"usr": 8463700030555379526,
|
||||
"detailed_name": "Args &&... args",
|
||||
"qual_name_offset": 11,
|
||||
"short_name": "args",
|
||||
"declarations": [],
|
||||
"spell": "4:25-4:29|0|3|2",
|
||||
@ -341,6 +361,7 @@ OUTPUT: make_functions.cc
|
||||
"id": 1,
|
||||
"usr": 3908732770590594660,
|
||||
"detailed_name": "Args... args",
|
||||
"qual_name_offset": 8,
|
||||
"short_name": "args",
|
||||
"declarations": [],
|
||||
"spell": "9:24-9:28|1|3|2",
|
||||
|
@ -14,6 +14,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": ["1:7-1:10|-1|1|1", "2:7-2:10|-1|1|1", "4:7-4:10|-1|1|1"],
|
||||
|
@ -11,6 +11,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -27,6 +28,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9736582033442720743,
|
||||
"detailed_name": "int Foo::foo",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"declarations": [],
|
||||
"spell": "2:7-2:10|0|2|2",
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -29,6 +30,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -45,6 +47,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8942920329766232482,
|
||||
"detailed_name": "int Foo::foo",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"declarations": ["2:14-2:17|0|2|1"],
|
||||
"spell": "5:10-5:13|0|2|2",
|
||||
|
@ -14,6 +14,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2747674671862363334,
|
||||
"detailed_name": "int foo(int a, int b)",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -53,6 +55,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 14555488990109936920,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "5:13-5:14|0|3|2",
|
||||
@ -65,6 +68,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 10963664335057337329,
|
||||
"detailed_name": "int b",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "5:20-5:21|0|3|2",
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4012226004228259562,
|
||||
"detailed_name": "void Foo::declonly()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "declonly",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 10939323144126021546,
|
||||
"detailed_name": "void Foo::purevirtual()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "purevirtual",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 15416083548883122431,
|
||||
"detailed_name": "void Foo::def()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "def",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 5,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -27,6 +28,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 2010430204259339553,
|
||||
"detailed_name": "uint8_t",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "uint8_t",
|
||||
"kind": 252,
|
||||
"hover": "typedef unsigned char uint8_t",
|
||||
@ -45,6 +47,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 16985894625255407295,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -63,6 +66,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 439339022761937396,
|
||||
"detailed_name": "Foo::A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"hover": "Foo::A = 0",
|
||||
"declarations": [],
|
||||
@ -76,6 +80,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 15962370213938840720,
|
||||
"detailed_name": "Foo::B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"hover": "Foo::B = 20",
|
||||
"declarations": [],
|
||||
|
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16985894625255407295,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -30,6 +31,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 439339022761937396,
|
||||
"detailed_name": "Foo::A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"hover": "Foo::A = 0",
|
||||
"declarations": [],
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 15962370213938840720,
|
||||
"detailed_name": "Foo::B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"hover": "Foo::B = 20",
|
||||
"declarations": [],
|
||||
|
@ -19,6 +19,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16985894625255407295,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -35,6 +36,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 14939241684006947339,
|
||||
"detailed_name": "int32_t",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "int32_t",
|
||||
"kind": 252,
|
||||
"hover": "typedef int int32_t",
|
||||
@ -67,6 +70,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 2986879766914123941,
|
||||
"detailed_name": "E",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "E",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -85,6 +89,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 439339022761937396,
|
||||
"detailed_name": "Foo::A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"hover": "Foo::A = 0",
|
||||
"declarations": [],
|
||||
@ -98,6 +103,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 15962370213938840720,
|
||||
"detailed_name": "Foo::B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"hover": "Foo::B = 20",
|
||||
"declarations": [],
|
||||
@ -111,6 +117,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 16614320383091394267,
|
||||
"detailed_name": "E::E0",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "E0",
|
||||
"hover": "E::E0 = 0",
|
||||
"declarations": [],
|
||||
@ -124,6 +131,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 16847439761518576294,
|
||||
"detailed_name": "E::E20",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "E20",
|
||||
"hover": "E::E20 = 20",
|
||||
"declarations": [],
|
||||
|
@ -14,6 +14,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16985894625255407295,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 439339022761937396,
|
||||
"detailed_name": "Foo::A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"hover": "Foo::A = 0",
|
||||
"declarations": [],
|
||||
@ -45,6 +47,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 15962370213938840720,
|
||||
"detailed_name": "Foo::B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"hover": "Foo::B = 20",
|
||||
"declarations": [],
|
||||
@ -58,6 +61,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 10677751717622394455,
|
||||
"detailed_name": "Foo x",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "x",
|
||||
"hover": "Foo x = Foo::A",
|
||||
"declarations": [],
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 6697181287623958829,
|
||||
"detailed_name": "A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13892793056005362145,
|
||||
"detailed_name": "B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 10528472276654770367,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -65,6 +68,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 13938528237873543349,
|
||||
"detailed_name": "Foo::Inner",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Inner",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -83,6 +87,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "Foo<A>::Inner a",
|
||||
"qual_name_offset": 14,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "9:15-9:16|-1|1|2",
|
||||
@ -95,6 +100,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "Foo<B> b",
|
||||
"qual_name_offset": 7,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "10:8-10:9|-1|1|2",
|
||||
|
@ -10,6 +10,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2747674671862363334,
|
||||
"detailed_name": "void foo(int a, int b)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -10,6 +10,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -10,6 +10,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3866412049634585509,
|
||||
"detailed_name": "Parent",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Parent",
|
||||
"kind": 5,
|
||||
"declarations": ["2:24-2:30|-1|1|4"],
|
||||
@ -26,6 +27,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 10963370434658308541,
|
||||
"detailed_name": "Derived",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Derived",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
|
@ -21,6 +21,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11930058224338108382,
|
||||
"detailed_name": "Base1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Base1",
|
||||
"kind": 5,
|
||||
"declarations": ["8:18-8:23|-1|1|4", "13:17-13:22|-1|1|4"],
|
||||
@ -37,6 +38,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11118288764693061434,
|
||||
"detailed_name": "Base2",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Base2",
|
||||
"kind": 5,
|
||||
"declarations": ["11:18-11:23|-1|1|4", "13:27-13:32|-1|1|4"],
|
||||
@ -53,6 +55,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 5863733211528032190,
|
||||
"detailed_name": "Derived1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Derived1",
|
||||
"kind": 5,
|
||||
"declarations": ["13:43-13:51|-1|1|4"],
|
||||
@ -69,6 +72,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 9,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -83,6 +87,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 10651399730831737929,
|
||||
"detailed_name": "Derived2",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Derived2",
|
||||
"kind": 5,
|
||||
"declarations": ["13:56-13:64|-1|1|4"],
|
||||
@ -99,6 +104,7 @@ OUTPUT:
|
||||
"id": 5,
|
||||
"usr": 7916588271848318236,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -115,6 +121,7 @@ OUTPUT:
|
||||
"id": 6,
|
||||
"usr": 10963370434658308541,
|
||||
"detailed_name": "Derived",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Derived",
|
||||
"kind": 5,
|
||||
"declarations": ["13:33-13:40|-1|1|4", "13:65-13:72|-1|1|4"],
|
||||
@ -133,6 +140,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 12990052348105569112,
|
||||
"detailed_name": "unsigned int T",
|
||||
"qual_name_offset": 13,
|
||||
"short_name": "T",
|
||||
"declarations": [],
|
||||
"spell": "7:23-7:24|-1|1|2",
|
||||
|
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3897841498936210886,
|
||||
"detailed_name": "Root",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Root",
|
||||
"kind": 5,
|
||||
"declarations": ["2:24-2:28|-1|1|4", "3:24-3:28|-1|1|4"],
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11863524815063131483,
|
||||
"detailed_name": "MiddleA",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "MiddleA",
|
||||
"kind": 5,
|
||||
"declarations": ["4:24-4:31|-1|1|4"],
|
||||
@ -44,6 +46,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 14022569716337624303,
|
||||
"detailed_name": "MiddleB",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "MiddleB",
|
||||
"kind": 5,
|
||||
"declarations": ["4:40-4:47|-1|1|4"],
|
||||
@ -60,6 +63,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 10963370434658308541,
|
||||
"detailed_name": "Derived",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Derived",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
|
@ -14,6 +14,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3897841498936210886,
|
||||
"detailed_name": "Root",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Root",
|
||||
"kind": 5,
|
||||
"declarations": ["4:24-4:28|-1|1|4"],
|
||||
@ -30,6 +31,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 10963370434658308541,
|
||||
"detailed_name": "Derived",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Derived",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -47,6 +49,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9948027785633571339,
|
||||
"detailed_name": "void Root::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -64,6 +67,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 6666242542855173890,
|
||||
"detailed_name": "void Derived::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -11,6 +11,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9949214233977131946,
|
||||
"detailed_name": "IFoo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "IFoo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3277829753446788562,
|
||||
"detailed_name": "void IFoo::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11628904180681204356,
|
||||
"detailed_name": "Base0",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Base0",
|
||||
"kind": 23,
|
||||
"declarations": ["2:12-2:17|-1|1|4", "7:18-7:23|-1|1|4"],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 15826803741381445676,
|
||||
"detailed_name": "Base1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Base1",
|
||||
"kind": 23,
|
||||
"declarations": ["5:12-5:17|-1|1|4", "7:25-7:30|-1|1|4"],
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 10963370434658308541,
|
||||
"detailed_name": "Derived",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Derived",
|
||||
"kind": 23,
|
||||
"declarations": ["8:4-8:11|-1|1|4"],
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16347272523198263017,
|
||||
"detailed_name": "void Base0::~Base0() noexcept",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "~Base0",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -82,6 +86,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 8401779086123965305,
|
||||
"detailed_name": "void Base1::~Base1() noexcept",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "~Base1",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -98,6 +103,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 13164726294460837993,
|
||||
"detailed_name": "void Derived::~Derived() noexcept",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "~Derived",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -20,6 +20,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -34,6 +35,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 14635009347499519042,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -64,6 +67,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17926497908620168464,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"storage": 0,
|
||||
@ -78,6 +82,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 12666114896600231317,
|
||||
"detailed_name": "int x",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "x",
|
||||
"declarations": [],
|
||||
"spell": "2:7-2:8|0|3|2",
|
||||
@ -90,6 +95,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 2981279427664991319,
|
||||
"detailed_name": "lambda dosomething",
|
||||
"qual_name_offset": 7,
|
||||
"short_name": "dosomething",
|
||||
"declarations": [],
|
||||
"spell": "4:8-4:19|0|3|2",
|
||||
@ -102,6 +108,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 12879188959314906706,
|
||||
"detailed_name": "int y",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "y",
|
||||
"declarations": [],
|
||||
"spell": "4:31-4:32|0|3|2",
|
||||
|
@ -20,6 +20,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -35,6 +36,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 14400399977994209582,
|
||||
"detailed_name": "int make1()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "make1",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 9720930732776154610,
|
||||
"detailed_name": "int a()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -69,6 +72,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2878407290385495202,
|
||||
"detailed_name": "const int make2",
|
||||
"qual_name_offset": 10,
|
||||
"short_name": "make2",
|
||||
"hover": "const int make2 = 5",
|
||||
"declarations": [],
|
||||
@ -82,6 +86,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4261071340275951718,
|
||||
"detailed_name": "FOO",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "FOO",
|
||||
"hover": "#define FOO(aaa, bbb)\n int a();\n int a() { return aaa + bbb; }",
|
||||
"declarations": [],
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": ["5:12-5:15|-1|1|4"],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -47,6 +49,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13788753348312146871,
|
||||
"detailed_name": "void Foo::Foo(Foo &&)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -64,6 +67,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10677751717622394455,
|
||||
"detailed_name": "int x",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "x",
|
||||
"hover": "int x = A",
|
||||
"declarations": [],
|
||||
@ -77,6 +81,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 7651988378939587454,
|
||||
"detailed_name": "A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"hover": "#define A 5",
|
||||
"declarations": [],
|
||||
@ -89,6 +94,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 2056319845419860263,
|
||||
"detailed_name": "DISALLOW",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "DISALLOW",
|
||||
"hover": "#define DISALLOW(type) type(type&&) = delete;",
|
||||
"declarations": [],
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17922201480358737771,
|
||||
"detailed_name": "void Foo::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -30,6 +31,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 6446764306530590711,
|
||||
"detailed_name": "void Foo::foo() const",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -11,6 +11,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17922201480358737771,
|
||||
"detailed_name": "void Foo::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -14,6 +14,7 @@ OUTPUT: funky_enum.h
|
||||
"id": 0,
|
||||
"usr": 16985894625255407295,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -30,6 +31,7 @@ OUTPUT: funky_enum.h
|
||||
"id": 0,
|
||||
"usr": 439339022761937396,
|
||||
"detailed_name": "Foo::A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"hover": "Foo::A = 0",
|
||||
"declarations": [],
|
||||
@ -43,6 +45,7 @@ OUTPUT: funky_enum.h
|
||||
"id": 1,
|
||||
"usr": 15962370213938840720,
|
||||
"detailed_name": "Foo::B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"hover": "Foo::B = 1",
|
||||
"declarations": [],
|
||||
@ -56,6 +59,7 @@ OUTPUT: funky_enum.h
|
||||
"id": 2,
|
||||
"usr": 8524995777615948802,
|
||||
"detailed_name": "Foo::C",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "C",
|
||||
"hover": "Foo::C = 2",
|
||||
"declarations": [],
|
||||
@ -78,6 +82,7 @@ OUTPUT: funky_enum.cc
|
||||
"id": 0,
|
||||
"usr": 16985894625255407295,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
|
@ -13,6 +13,7 @@ OUTPUT: header.h
|
||||
"id": 0,
|
||||
"usr": 8420119006782424779,
|
||||
"detailed_name": "Base",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Base",
|
||||
"kind": 23,
|
||||
"declarations": ["5:26-5:30|-1|1|4"],
|
||||
@ -29,6 +30,7 @@ OUTPUT: header.h
|
||||
"id": 1,
|
||||
"usr": 16750616846959666305,
|
||||
"detailed_name": "SameFileDerived",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "SameFileDerived",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -45,6 +47,7 @@ OUTPUT: header.h
|
||||
"id": 2,
|
||||
"usr": 619345544228965342,
|
||||
"detailed_name": "Foo0",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo0",
|
||||
"kind": 252,
|
||||
"hover": "using Foo0 = SameFileDerived",
|
||||
@ -63,6 +66,7 @@ OUTPUT: header.h
|
||||
"id": 3,
|
||||
"usr": 529393482671181129,
|
||||
"detailed_name": "Foo2",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo2",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -79,6 +83,7 @@ OUTPUT: header.h
|
||||
"id": 4,
|
||||
"usr": 4481210672785600703,
|
||||
"detailed_name": "Foo3",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo3",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -95,6 +100,7 @@ OUTPUT: header.h
|
||||
"id": 5,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -110,6 +116,7 @@ OUTPUT: header.h
|
||||
"id": 0,
|
||||
"usr": 11650481237659640387,
|
||||
"detailed_name": "void Foo1()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo1",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -126,6 +133,7 @@ OUTPUT: header.h
|
||||
"id": 0,
|
||||
"usr": 6141718166919284735,
|
||||
"detailed_name": "Foo3::A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"hover": "Foo3::A = 0",
|
||||
"declarations": [],
|
||||
@ -139,6 +147,7 @@ OUTPUT: header.h
|
||||
"id": 1,
|
||||
"usr": 17716334512218775320,
|
||||
"detailed_name": "Foo3::B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"hover": "Foo3::B = 1",
|
||||
"declarations": [],
|
||||
@ -152,6 +161,7 @@ OUTPUT: header.h
|
||||
"id": 2,
|
||||
"usr": 7285646116511901840,
|
||||
"detailed_name": "Foo3::C",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "C",
|
||||
"hover": "Foo3::C = 2",
|
||||
"declarations": [],
|
||||
@ -165,6 +175,7 @@ OUTPUT: header.h
|
||||
"id": 3,
|
||||
"usr": 2638219001294786365,
|
||||
"detailed_name": "int Foo4",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "Foo4",
|
||||
"declarations": [],
|
||||
"spell": "17:5-17:9|-1|1|2",
|
||||
@ -177,6 +188,7 @@ OUTPUT: header.h
|
||||
"id": 4,
|
||||
"usr": 8395885290297540138,
|
||||
"detailed_name": "int Foo5",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "Foo5",
|
||||
"declarations": [],
|
||||
"spell": "18:12-18:16|-1|1|2",
|
||||
@ -199,6 +211,7 @@ OUTPUT: impl.cc
|
||||
"id": 0,
|
||||
"usr": 5817708529036841195,
|
||||
"detailed_name": "void Impl()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Impl",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -214,6 +227,7 @@ OUTPUT: impl.cc
|
||||
"id": 1,
|
||||
"usr": 11650481237659640387,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"storage": 0,
|
||||
|
@ -14,6 +14,7 @@ OUTPUT: simple_header.h
|
||||
"id": 0,
|
||||
"usr": 16236105532929924676,
|
||||
"detailed_name": "void header()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "header",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -41,6 +42,7 @@ OUTPUT: simple_impl.cc
|
||||
"id": 0,
|
||||
"usr": 3373269392705484958,
|
||||
"detailed_name": "void impl()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "impl",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -56,6 +58,7 @@ OUTPUT: simple_impl.cc
|
||||
"id": 1,
|
||||
"usr": 16236105532929924676,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"storage": 0,
|
||||
|
@ -11,6 +11,7 @@ OUTPUT: static.h
|
||||
"id": 0,
|
||||
"usr": 9411323049603567600,
|
||||
"detailed_name": "Buffer",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Buffer",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -28,6 +29,7 @@ OUTPUT: static.h
|
||||
"id": 0,
|
||||
"usr": 14576076421851654759,
|
||||
"detailed_name": "void Buffer::CreateSharedBuffer()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "CreateSharedBuffer",
|
||||
"kind": 254,
|
||||
"storage": 3,
|
||||
@ -55,6 +57,7 @@ OUTPUT: static.cc
|
||||
"id": 0,
|
||||
"usr": 9411323049603567600,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -70,6 +73,7 @@ OUTPUT: static.cc
|
||||
"id": 0,
|
||||
"usr": 14576076421851654759,
|
||||
"detailed_name": "void Buffer::CreateSharedBuffer()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "CreateSharedBuffer",
|
||||
"kind": 254,
|
||||
"storage": 1,
|
||||
|
@ -11,6 +11,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 7144845543074395457,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -26,6 +27,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 5010253035933134245,
|
||||
"detailed_name": "void (anon)::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -11,6 +11,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2029211996748007610,
|
||||
"detailed_name": "hello",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "hello",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -27,6 +28,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -42,6 +44,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 18343102288837190527,
|
||||
"detailed_name": "void hello::foo(int a, int b)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -11,6 +11,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2029211996748007610,
|
||||
"detailed_name": "hello",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "hello",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -27,6 +28,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -42,6 +44,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 243328841292951622,
|
||||
"detailed_name": "void hello::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2029211996748007610,
|
||||
"detailed_name": "hello",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "hello",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -29,6 +30,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4508214972876735896,
|
||||
"detailed_name": "hello::Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -60,6 +63,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10487325150128053272,
|
||||
"detailed_name": "void hello::Foo::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2029211996748007610,
|
||||
"detailed_name": "hello",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "hello",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -31,6 +32,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -45,6 +47,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4508214972876735896,
|
||||
"detailed_name": "hello::Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -62,6 +65,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10487325150128053272,
|
||||
"detailed_name": "void hello::Foo::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2029211996748007610,
|
||||
"detailed_name": "hello",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "hello",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -29,6 +30,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4508214972876735896,
|
||||
"detailed_name": "hello::Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -60,6 +63,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10487325150128053272,
|
||||
"detailed_name": "void hello::Foo::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -22,6 +22,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 926793467007732869,
|
||||
"detailed_name": "foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "foo",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -38,6 +39,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -52,6 +54,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 17805385787823406700,
|
||||
"detailed_name": "foo::bar",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "bar",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -68,6 +71,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 14450849931009540802,
|
||||
"detailed_name": "foo::bar::baz",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "baz",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -84,6 +88,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -98,6 +103,7 @@ OUTPUT:
|
||||
"id": 5,
|
||||
"usr": 11879713791858506216,
|
||||
"detailed_name": "fbz",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "fbz",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -115,6 +121,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10818727483146447186,
|
||||
"detailed_name": "void func()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "func",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -131,6 +138,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15042442838933090518,
|
||||
"detailed_name": "int foo::bar::baz::qux",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "qux",
|
||||
"hover": "int foo::bar::baz::qux = 42",
|
||||
"declarations": [],
|
||||
@ -144,6 +152,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 6030927277961448585,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int a = foo::bar::baz::qux",
|
||||
"declarations": [],
|
||||
@ -157,6 +166,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 7657277353101371136,
|
||||
"detailed_name": "int b",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "b",
|
||||
"hover": "int b = fbz::qux",
|
||||
"declarations": [],
|
||||
|
@ -18,6 +18,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11072669167287398027,
|
||||
"detailed_name": "ns",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ns",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -34,6 +35,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -63,6 +66,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17328473273923617489,
|
||||
"detailed_name": "void ns::Accept(int a)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Accept",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -79,6 +83,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 631910859630953711,
|
||||
"detailed_name": "void Runner()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Runner",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -95,6 +100,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 12898699035586282159,
|
||||
"detailed_name": "int ns::Foo",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "Foo",
|
||||
"declarations": [],
|
||||
"spell": "2:7-2:10|0|2|2",
|
||||
@ -107,6 +113,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 3649375698083002347,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "3:19-3:20|0|3|2",
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 7874436189163837815,
|
||||
"detailed_name": "void Foo::operator()(int)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "operator()",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 3545323327609582678,
|
||||
"detailed_name": "void Foo::operator()(bool)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "operator()",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -65,6 +68,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 3986818119971932909,
|
||||
"detailed_name": "int Foo::operator()(int a, int b)",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "operator()",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -82,6 +86,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 8288368475529136092,
|
||||
"detailed_name": "Foo &operator+=(const Foo &, const int &)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "operator+=",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -15,6 +15,7 @@ OUTPUT: static_function_in_type.h
|
||||
"id": 0,
|
||||
"usr": 11072669167287398027,
|
||||
"detailed_name": "ns",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ns",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -31,6 +32,7 @@ OUTPUT: static_function_in_type.h
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -45,6 +47,7 @@ OUTPUT: static_function_in_type.h
|
||||
"id": 2,
|
||||
"usr": 1972401196751872203,
|
||||
"detailed_name": "ns::Manager",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Manager",
|
||||
"kind": 5,
|
||||
"declarations": ["3:7-3:14|0|2|1"],
|
||||
@ -59,6 +62,7 @@ OUTPUT: static_function_in_type.h
|
||||
"id": 3,
|
||||
"usr": 17262466801709381811,
|
||||
"detailed_name": "ns::Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -76,6 +80,7 @@ OUTPUT: static_function_in_type.h
|
||||
"id": 0,
|
||||
"usr": 17019747379608639279,
|
||||
"detailed_name": "void ns::Foo::Register(ns::Manager *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Register",
|
||||
"kind": 254,
|
||||
"storage": 3,
|
||||
@ -103,6 +108,7 @@ OUTPUT: static_function_in_type.cc
|
||||
"id": 0,
|
||||
"usr": 11072669167287398027,
|
||||
"detailed_name": "ns",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ns",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -119,6 +125,7 @@ OUTPUT: static_function_in_type.cc
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -133,6 +140,7 @@ OUTPUT: static_function_in_type.cc
|
||||
"id": 2,
|
||||
"usr": 17262466801709381811,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -147,6 +155,7 @@ OUTPUT: static_function_in_type.cc
|
||||
"id": 3,
|
||||
"usr": 1972401196751872203,
|
||||
"detailed_name": "ns::Manager",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Manager",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -162,6 +171,7 @@ OUTPUT: static_function_in_type.cc
|
||||
"id": 0,
|
||||
"usr": 17019747379608639279,
|
||||
"detailed_name": "void ns::Foo::Register(ns::Manager *m)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Register",
|
||||
"kind": 254,
|
||||
"storage": 1,
|
||||
@ -179,6 +189,7 @@ OUTPUT: static_function_in_type.cc
|
||||
"id": 0,
|
||||
"usr": 13569879755236306838,
|
||||
"detailed_name": "ns::Manager *m",
|
||||
"qual_name_offset": 13,
|
||||
"short_name": "m",
|
||||
"declarations": [],
|
||||
"spell": "5:29-5:30|0|3|2",
|
||||
|
@ -14,6 +14,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11674328179498211370,
|
||||
"detailed_name": "FOO",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "FOO",
|
||||
"hover": "#define FOO",
|
||||
"declarations": [],
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17107291254533526269,
|
||||
"detailed_name": "Template",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Template",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8412238651648388423,
|
||||
"detailed_name": "void Foo::Bar(Template<double> &)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Bar",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -23,6 +23,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11072669167287398027,
|
||||
"detailed_name": "ns",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ns",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -39,6 +40,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -53,6 +55,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 1532099849728741556,
|
||||
"detailed_name": "ns::VarType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "VarType",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -69,6 +72,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 12688716854043726585,
|
||||
"detailed_name": "ns::Holder",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Holder",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -85,6 +89,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 2205716167465743256,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -99,6 +104,7 @@ OUTPUT:
|
||||
"id": 5,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -115,6 +121,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4731849186641714451,
|
||||
"detailed_name": "const ns::VarType ns::Holder::static_var",
|
||||
"qual_name_offset": 18,
|
||||
"short_name": "static_var",
|
||||
"hover": "const ns::VarType ns::Holder::static_var = (VarType)0x0",
|
||||
"declarations": ["6:30-6:40|3|2|1"],
|
||||
@ -128,6 +135,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12898699035586282159,
|
||||
"detailed_name": "int ns::Foo",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "Foo",
|
||||
"hover": "int ns::Foo = Holder<int>::static_var",
|
||||
"declarations": [],
|
||||
@ -141,6 +149,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 9008550860229740818,
|
||||
"detailed_name": "int ns::Foo2",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "Foo2",
|
||||
"hover": "int ns::Foo2 = Holder<int>::static_var",
|
||||
"declarations": [],
|
||||
|
@ -29,6 +29,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8402783583255987702,
|
||||
"detailed_name": "C",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "C",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -45,6 +46,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 14750650276757822712,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -62,6 +64,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8905286151237717330,
|
||||
"detailed_name": "void C::bar()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "bar",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -79,6 +82,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 6875364467121018690,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -95,6 +99,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 5866801090710377175,
|
||||
"detailed_name": "T C::x",
|
||||
"qual_name_offset": 2,
|
||||
"short_name": "x",
|
||||
"declarations": [],
|
||||
"spell": "3:5-3:6|0|2|2",
|
||||
|
@ -20,6 +20,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11072669167287398027,
|
||||
"detailed_name": "ns",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ns",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -36,6 +37,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 14042997404480181958,
|
||||
"detailed_name": "ns::Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -81,6 +85,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8221803074608342407,
|
||||
"detailed_name": "int ns::Foo::foo()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"kind": 254,
|
||||
"storage": 3,
|
||||
@ -98,6 +103,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15768138241775955040,
|
||||
"detailed_name": "int ns::a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int ns::a = Foo<int>::foo<float>()",
|
||||
"declarations": [],
|
||||
@ -111,6 +117,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 3182917058194750998,
|
||||
"detailed_name": "int ns::b",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "b",
|
||||
"hover": "int ns::b = Foo<bool>::foo<double>()",
|
||||
"declarations": [],
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11072669167287398027,
|
||||
"detailed_name": "ns",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ns",
|
||||
"kind": 3,
|
||||
"declarations": [],
|
||||
@ -31,6 +32,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -45,6 +47,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 14042997404480181958,
|
||||
"detailed_name": "ns::Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -63,6 +66,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15768138241775955040,
|
||||
"detailed_name": "Foo<int> ns::a",
|
||||
"qual_name_offset": 9,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "5:12-5:13|0|2|2",
|
||||
@ -75,6 +79,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 3182917058194750998,
|
||||
"detailed_name": "Foo<bool> ns::b",
|
||||
"qual_name_offset": 10,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "6:13-6:14|0|2|2",
|
||||
|
@ -51,6 +51,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15019211479263750068,
|
||||
"detailed_name": "function",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "function",
|
||||
"kind": 5,
|
||||
"declarations": ["2:7-2:15|-1|1|1", "5:7-5:15|-1|1|4"],
|
||||
@ -67,6 +68,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 218068462278884837,
|
||||
"detailed_name": "function",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "function",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -83,6 +85,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 9673599782548740467,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -99,6 +102,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 7143192229126273961,
|
||||
"detailed_name": "Args",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Args",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -115,6 +119,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 15695704394170757108,
|
||||
"detailed_name": "allocator",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "allocator",
|
||||
"kind": 5,
|
||||
"declarations": ["9:28-9:37|-1|1|1", "11:39-11:48|-1|1|4"],
|
||||
@ -129,6 +134,7 @@ OUTPUT:
|
||||
"id": 5,
|
||||
"usr": 7440942986741176606,
|
||||
"detailed_name": "vector",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "vector",
|
||||
"kind": 5,
|
||||
"declarations": ["17:7-17:13|-1|1|4", "26:7-26:13|-1|1|4"],
|
||||
@ -145,6 +151,7 @@ OUTPUT:
|
||||
"id": 6,
|
||||
"usr": 16155717907537731864,
|
||||
"detailed_name": "vector",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "vector",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -161,6 +168,7 @@ OUTPUT:
|
||||
"id": 7,
|
||||
"usr": 8880262253425334092,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -177,6 +185,7 @@ OUTPUT:
|
||||
"id": 8,
|
||||
"usr": 5760043510674081814,
|
||||
"detailed_name": "Z1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Z1",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -193,6 +202,7 @@ OUTPUT:
|
||||
"id": 9,
|
||||
"usr": 10124869160135436852,
|
||||
"detailed_name": "Z2",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Z2",
|
||||
"kind": 23,
|
||||
"declarations": ["26:14-26:16|-1|1|4"],
|
||||
@ -209,6 +219,7 @@ OUTPUT:
|
||||
"id": 10,
|
||||
"usr": 1663022413889915338,
|
||||
"detailed_name": "vector",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "vector",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -225,6 +236,7 @@ OUTPUT:
|
||||
"id": 11,
|
||||
"usr": 9201299975592934124,
|
||||
"detailed_name": "Enum",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Enum",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -241,6 +253,7 @@ OUTPUT:
|
||||
"id": 12,
|
||||
"usr": 14111105212951082474,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -257,6 +270,7 @@ OUTPUT:
|
||||
"id": 13,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -272,6 +286,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 18107614608385228556,
|
||||
"detailed_name": "void vector::clear()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "clear",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -289,6 +304,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 6113470698424012876,
|
||||
"detailed_name": "void vector::clear()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "clear",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -306,6 +322,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 17498190318698490707,
|
||||
"detailed_name": "void foo(T Value)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -325,6 +342,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2933643612409209903,
|
||||
"detailed_name": "function<void (int)> f",
|
||||
"qual_name_offset": 21,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "7:21-7:22|-1|1|2",
|
||||
@ -337,6 +355,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 5792869548777559988,
|
||||
"detailed_name": "vector<char> vc",
|
||||
"qual_name_offset": 13,
|
||||
"short_name": "vc",
|
||||
"declarations": [],
|
||||
"spell": "30:14-30:16|-1|1|2",
|
||||
@ -349,6 +368,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 86949563628772958,
|
||||
"detailed_name": "vector<int *> vip",
|
||||
"qual_name_offset": 14,
|
||||
"short_name": "vip",
|
||||
"declarations": [],
|
||||
"spell": "31:14-31:17|-1|1|2",
|
||||
@ -361,6 +381,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 3566687051827176322,
|
||||
"detailed_name": "vector<Z1> vz1",
|
||||
"qual_name_offset": 11,
|
||||
"short_name": "vz1",
|
||||
"declarations": [],
|
||||
"spell": "32:12-32:15|-1|1|2",
|
||||
@ -373,6 +394,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 15931696253641284761,
|
||||
"detailed_name": "vector<Z2> vz2",
|
||||
"qual_name_offset": 11,
|
||||
"short_name": "vz2",
|
||||
"declarations": [],
|
||||
"spell": "33:12-33:15|-1|1|2",
|
||||
@ -385,6 +407,7 @@ OUTPUT:
|
||||
"id": 5,
|
||||
"usr": 15477793821005285152,
|
||||
"detailed_name": "Enum::Enum0",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Enum0",
|
||||
"hover": "Enum::Enum0 = 0",
|
||||
"declarations": [],
|
||||
@ -398,6 +421,7 @@ OUTPUT:
|
||||
"id": 6,
|
||||
"usr": 4917621020431490070,
|
||||
"detailed_name": "Enum::Enum1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Enum1",
|
||||
"hover": "Enum::Enum1 = 1",
|
||||
"declarations": [],
|
||||
@ -411,6 +435,7 @@ OUTPUT:
|
||||
"id": 7,
|
||||
"usr": 17826688417349629938,
|
||||
"detailed_name": "T Value",
|
||||
"qual_name_offset": 2,
|
||||
"short_name": "Value",
|
||||
"declarations": [],
|
||||
"spell": "39:12-39:17|2|3|2",
|
||||
@ -422,6 +447,7 @@ OUTPUT:
|
||||
"id": 8,
|
||||
"usr": 13914496963221806870,
|
||||
"detailed_name": "const int kOnst",
|
||||
"qual_name_offset": 10,
|
||||
"short_name": "kOnst",
|
||||
"hover": "const int kOnst = 7",
|
||||
"declarations": [],
|
||||
|
@ -26,6 +26,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17107291254533526269,
|
||||
"detailed_name": "Template",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Template",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -42,6 +43,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17649312483543982122,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -57,6 +59,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11994188353303124840,
|
||||
"detailed_name": "void Template::Foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10528472276654770367,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8340731781048851399,
|
||||
"detailed_name": "int Foo::foo()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"kind": 254,
|
||||
"storage": 3,
|
||||
@ -65,6 +68,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int a = Foo<int>::foo()",
|
||||
"declarations": [],
|
||||
@ -78,6 +82,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "int b",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "b",
|
||||
"hover": "int b = Foo<bool>::foo()",
|
||||
"declarations": [],
|
||||
|
@ -18,6 +18,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10528472276654770367,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -34,6 +35,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9034026360701857235,
|
||||
"detailed_name": "int Foo::foo()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"kind": 254,
|
||||
"storage": 3,
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int a = Foo<int>::foo<float>()",
|
||||
"declarations": [],
|
||||
@ -79,6 +83,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "int b",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "b",
|
||||
"hover": "int b = Foo<bool>::foo<double>()",
|
||||
"declarations": [],
|
||||
|
@ -36,6 +36,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 6697181287623958829,
|
||||
"detailed_name": "A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -52,6 +53,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13892793056005362145,
|
||||
"detailed_name": "B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -68,6 +70,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 10528472276654770367,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -84,6 +87,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 13938528237873543349,
|
||||
"detailed_name": "Foo::Inner",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Inner",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -102,6 +106,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "Foo<A>::Inner a",
|
||||
"qual_name_offset": 14,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "9:15-9:16|-1|1|2",
|
||||
@ -114,6 +119,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "Foo<B>::Inner b",
|
||||
"qual_name_offset": 14,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "10:15-10:16|-1|1|2",
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10528472276654770367,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -31,6 +32,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -47,6 +49,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13545144895171991916,
|
||||
"detailed_name": "const int Foo::var",
|
||||
"qual_name_offset": 10,
|
||||
"short_name": "var",
|
||||
"hover": "const int Foo::var = 3",
|
||||
"declarations": ["3:24-3:27|0|2|1"],
|
||||
@ -58,6 +61,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int a = Foo<int>::var",
|
||||
"declarations": [],
|
||||
@ -71,6 +75,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "int b",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "b",
|
||||
"hover": "int b = Foo<bool>::var",
|
||||
"declarations": [],
|
||||
|
@ -18,6 +18,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 326583651986177228,
|
||||
"detailed_name": "int foo()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 3,
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int a = foo<int>()",
|
||||
"declarations": [],
|
||||
@ -62,6 +65,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "int b",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "b",
|
||||
"hover": "int b = foo<bool>()",
|
||||
"declarations": [],
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10528472276654770367,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -31,6 +32,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "Foo<int> a",
|
||||
"qual_name_offset": 9,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "4:10-4:11|-1|1|2",
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "Foo<bool> b",
|
||||
"qual_name_offset": 10,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "5:11-5:12|-1|1|2",
|
||||
|
@ -39,6 +39,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 6697181287623958829,
|
||||
"detailed_name": "A",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "A",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -55,6 +56,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13892793056005362145,
|
||||
"detailed_name": "B",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "B",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -71,6 +73,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 11919899838872947844,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -87,6 +90,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8096973118640070624,
|
||||
"detailed_name": "T var",
|
||||
"qual_name_offset": 2,
|
||||
"short_name": "var",
|
||||
"declarations": [],
|
||||
"spell": "5:3-5:6|-1|1|2",
|
||||
@ -98,6 +102,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "A a",
|
||||
"qual_name_offset": 2,
|
||||
"short_name": "a",
|
||||
"hover": "A a = var<A>",
|
||||
"declarations": [],
|
||||
@ -111,6 +116,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 12028309045033782423,
|
||||
"detailed_name": "B b",
|
||||
"qual_name_offset": 2,
|
||||
"short_name": "b",
|
||||
"hover": "B b = var<B>",
|
||||
"declarations": [],
|
||||
|
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17937907487590875128,
|
||||
"detailed_name": "vector3",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "vector3",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 1428566502523368801,
|
||||
"detailed_name": "vector3::(anon struct)",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "(anon struct)",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -44,6 +46,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 21,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -60,6 +63,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3348817847649945564,
|
||||
"detailed_name": "float vector3::(anon struct)::x",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "x",
|
||||
"declarations": [],
|
||||
"spell": "2:18-2:19|1|2|2",
|
||||
@ -72,6 +76,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4821094820988543895,
|
||||
"detailed_name": "float vector3::(anon struct)::y",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "y",
|
||||
"declarations": [],
|
||||
"spell": "2:21-2:22|1|2|2",
|
||||
@ -84,6 +89,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 15292551660437765731,
|
||||
"detailed_name": "float vector3::(anon struct)::z",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "z",
|
||||
"declarations": [],
|
||||
"spell": "2:24-2:25|1|2|2",
|
||||
@ -96,6 +102,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 1963212417280098348,
|
||||
"detailed_name": "float [3] vector3::v",
|
||||
"qual_name_offset": 10,
|
||||
"short_name": "v",
|
||||
"declarations": [],
|
||||
"spell": "3:9-3:10|0|2|2",
|
||||
|
@ -10,6 +10,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13838176792705659279,
|
||||
"detailed_name": "<fundamental>",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -24,6 +25,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 10383876566159302459,
|
||||
"detailed_name": "func",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "func",
|
||||
"kind": 252,
|
||||
"hover": "typedef int (func)(const int *a, const int *b)",
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8105378401105136463,
|
||||
"detailed_name": "func g",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "g",
|
||||
"kind": 12,
|
||||
"storage": 3,
|
||||
|
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8501689086387244262,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -42,6 +44,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 3,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -58,6 +61,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9529311430721959843,
|
||||
"detailed_name": "int Foo::a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "2:7-2:8|0|2|2",
|
||||
@ -70,6 +74,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 8804696910588009104,
|
||||
"detailed_name": "bool Foo::b",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "3:8-3:9|0|2|2",
|
||||
|
@ -20,6 +20,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8501689086387244262,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -36,6 +37,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 3,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -65,6 +68,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13982179977217945200,
|
||||
"detailed_name": "void act(Foo *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "act",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -81,6 +85,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9529311430721959843,
|
||||
"detailed_name": "int Foo::a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int Foo::a : 5",
|
||||
"declarations": [],
|
||||
@ -94,6 +99,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 8804696910588009104,
|
||||
"detailed_name": "bool Foo::b",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "b",
|
||||
"hover": "bool Foo::b : 3",
|
||||
"declarations": [],
|
||||
@ -107,6 +113,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 2933643612409209903,
|
||||
"detailed_name": "Foo f",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "6:5-6:6|-1|1|2",
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": ["4:3-4:6|-1|1|4", "7:6-7:9|-1|1|4"],
|
||||
@ -34,6 +35,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 468307235068920063,
|
||||
"detailed_name": "void called()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 3385168158331140247,
|
||||
"detailed_name": "void Foo::Foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3787803219955606747,
|
||||
"detailed_name": "bool called(bool a, bool b)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11404881820527069090,
|
||||
"detailed_name": "void caller()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "caller",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 1290746656694198202,
|
||||
"detailed_name": "MACRO_CALL",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "MACRO_CALL",
|
||||
"hover": "#define MACRO_CALL(e) e",
|
||||
"declarations": [],
|
||||
|
@ -21,6 +21,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 468307235068920063,
|
||||
"detailed_name": "void called()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -37,6 +38,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 10177235824697315808,
|
||||
"detailed_name": "void caller()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "caller",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -52,6 +54,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13611487872560323389,
|
||||
"detailed_name": "Wrapper",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Wrapper",
|
||||
"kind": 23,
|
||||
"declarations": ["2:3-2:10|-1|1|4"],
|
||||
@ -34,6 +35,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10544127002917214589,
|
||||
"detailed_name": "void Wrapper::Wrapper(int i)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Wrapper",
|
||||
"kind": 9,
|
||||
"storage": 1,
|
||||
@ -51,6 +53,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 468307235068920063,
|
||||
"detailed_name": "int called()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 11404881820527069090,
|
||||
"detailed_name": "Wrapper caller()",
|
||||
"qual_name_offset": 8,
|
||||
"short_name": "caller",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 12924914488846929470,
|
||||
"detailed_name": "void consume(void (*)())",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "consume",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 5264867802674151787,
|
||||
"detailed_name": "void used()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "used",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -47,6 +49,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 9376923949268137283,
|
||||
"detailed_name": "void user()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "user",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -63,6 +66,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16088407831770615719,
|
||||
"detailed_name": "void (*)() x",
|
||||
"qual_name_offset": 11,
|
||||
"short_name": "x",
|
||||
"declarations": [],
|
||||
"spell": "6:10-6:11|2|3|2",
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 18417145003926999463,
|
||||
"detailed_name": "void Foo::Used()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Used",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 9376923949268137283,
|
||||
"detailed_name": "void user()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "user",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4636142131003982569,
|
||||
"detailed_name": "void (Foo::*)() x",
|
||||
"qual_name_offset": 16,
|
||||
"short_name": "x",
|
||||
"declarations": [],
|
||||
"spell": "6:8-6:9|1|3|2",
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 468307235068920063,
|
||||
"detailed_name": "void called()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11404881820527069090,
|
||||
"detailed_name": "void caller()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "caller",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 18417145003926999463,
|
||||
"detailed_name": "void Foo::Used()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Used",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 9376923949268137283,
|
||||
"detailed_name": "void user()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "user",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -66,6 +69,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 14045150712868309451,
|
||||
"detailed_name": "Foo *f",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "f",
|
||||
"hover": "Foo *f = nullptr",
|
||||
"declarations": [],
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -31,6 +32,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -46,6 +48,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9630503130605430498,
|
||||
"detailed_name": "int helper()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "helper",
|
||||
"kind": 12,
|
||||
"storage": 3,
|
||||
@ -62,6 +65,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4220150017963593039,
|
||||
"detailed_name": "int Foo::x",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "x",
|
||||
"hover": "int Foo::x = helper()",
|
||||
"declarations": [],
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -29,6 +30,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 6767773193109753523,
|
||||
"detailed_name": "void usage()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "usage",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17922201480358737771,
|
||||
"detailed_name": "void Foo::foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -49,6 +51,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 6767773193109753523,
|
||||
"detailed_name": "void usage()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "usage",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -65,6 +68,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16229832321010999607,
|
||||
"detailed_name": "Foo *f",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "f",
|
||||
"hover": "Foo *f = nullptr",
|
||||
"declarations": [],
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13420564603121289209,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 26,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10585861037135727329,
|
||||
"detailed_name": "void accept(T)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -19,6 +19,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3286534761799572592,
|
||||
"detailed_name": "unique_ptr",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "unique_ptr",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -35,6 +36,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4750332761459066907,
|
||||
"detailed_name": "S",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "S",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -52,6 +54,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16359708726068806331,
|
||||
"detailed_name": "unique_ptr<S> *return_type()",
|
||||
"qual_name_offset": 15,
|
||||
"short_name": "return_type",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -68,6 +71,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 12857919739649552168,
|
||||
"detailed_name": "unique_ptr<bool> f0",
|
||||
"qual_name_offset": 17,
|
||||
"short_name": "f0",
|
||||
"declarations": [],
|
||||
"spell": "6:25-6:27|-1|1|2",
|
||||
@ -80,6 +84,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 18075066956054788088,
|
||||
"detailed_name": "unique_ptr<S> f1",
|
||||
"qual_name_offset": 14,
|
||||
"short_name": "f1",
|
||||
"declarations": [],
|
||||
"spell": "7:22-7:24|-1|1|2",
|
||||
@ -92,6 +97,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 3364438781074774169,
|
||||
"detailed_name": "unique_ptr<S> *local",
|
||||
"qual_name_offset": 15,
|
||||
"short_name": "local",
|
||||
"declarations": [],
|
||||
"spell": "10:18-10:23|0|3|2",
|
||||
|
@ -87,6 +87,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 14209198335088845323,
|
||||
"detailed_name": "unique_ptr",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "unique_ptr",
|
||||
"kind": 5,
|
||||
"declarations": ["2:7-2:17|-1|1|1"],
|
||||
@ -101,6 +102,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4310164820010458371,
|
||||
"detailed_name": "S1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "S1",
|
||||
"kind": 23,
|
||||
"declarations": ["4:8-4:10|-1|1|1"],
|
||||
@ -115,6 +117,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 12728490517004312484,
|
||||
"detailed_name": "S2",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "S2",
|
||||
"kind": 23,
|
||||
"declarations": ["5:8-5:10|-1|1|1"],
|
||||
@ -129,6 +132,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -146,6 +150,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 1246637699196435450,
|
||||
"detailed_name": "unique_ptr<unique_ptr<S1, S2>, S2> *as_return_type(unique_ptr<S1, S2> *)",
|
||||
"qual_name_offset": 36,
|
||||
"short_name": "as_return_type",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -161,6 +166,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13067214284561914253,
|
||||
"detailed_name": "void no_return_type(int)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "no_return_type",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -176,6 +182,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 18320186404467436976,
|
||||
"detailed_name": "void empty()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "empty",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -191,6 +198,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 17922201480358737771,
|
||||
"detailed_name": "unique_ptr<S1, S2> *Foo::foo()",
|
||||
"qual_name_offset": 20,
|
||||
"short_name": "foo",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -211,6 +219,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 2933643612409209903,
|
||||
"detailed_name": "unique_ptr<unique_ptr<S1, S2>, S2> f",
|
||||
"qual_name_offset": 35,
|
||||
"short_name": "f",
|
||||
"declarations": ["15:43-15:44|-1|1|1"],
|
||||
"type": 0,
|
||||
@ -221,6 +230,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 500112618220246,
|
||||
"detailed_name": "unique_ptr<unique_ptr<S1, S2>, S2> *local",
|
||||
"qual_name_offset": 36,
|
||||
"short_name": "local",
|
||||
"declarations": [],
|
||||
"spell": "54:39-54:44|2|3|2",
|
||||
|
@ -14,6 +14,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3286534761799572592,
|
||||
"detailed_name": "unique_ptr",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "unique_ptr",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -30,6 +31,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4750332761459066907,
|
||||
"detailed_name": "S",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "S",
|
||||
"kind": 23,
|
||||
"declarations": ["4:8-4:9|-1|1|1"],
|
||||
@ -46,6 +48,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 3398408600781120939,
|
||||
"detailed_name": "unique_ptr<S> foo",
|
||||
"qual_name_offset": 14,
|
||||
"short_name": "foo",
|
||||
"declarations": [],
|
||||
"spell": "6:22-6:25|-1|1|2",
|
||||
|
@ -10,6 +10,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 5673439900521455039,
|
||||
"detailed_name": "T",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "T",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -28,6 +29,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 1346710425945444872,
|
||||
"detailed_name": "T t",
|
||||
"qual_name_offset": 2,
|
||||
"short_name": "t",
|
||||
"declarations": ["3:10-3:11|-1|1|1"],
|
||||
"type": 0,
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13749354388332789217,
|
||||
"detailed_name": "ForwardType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ForwardType",
|
||||
"kind": 23,
|
||||
"declarations": ["1:8-1:19|-1|1|1"],
|
||||
@ -29,6 +30,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 8508299082070213750,
|
||||
"detailed_name": "ImplementedType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ImplementedType",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -45,6 +47,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -63,6 +66,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 14314859014962085433,
|
||||
"detailed_name": "ForwardType *Foo::a",
|
||||
"qual_name_offset": 13,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "5:16-5:17|2|2|2",
|
||||
@ -75,6 +79,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 14727441168849658842,
|
||||
"detailed_name": "ImplementedType Foo::b",
|
||||
"qual_name_offset": 16,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "6:19-6:20|2|2|2",
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13749354388332789217,
|
||||
"detailed_name": "ForwardType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ForwardType",
|
||||
"kind": 23,
|
||||
"declarations": ["1:8-1:19|-1|1|1"],
|
||||
@ -29,6 +30,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 8508299082070213750,
|
||||
"detailed_name": "ImplementedType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ImplementedType",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -46,6 +48,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4654328188330986029,
|
||||
"detailed_name": "void Foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -62,6 +65,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16374832544037266261,
|
||||
"detailed_name": "ForwardType *a",
|
||||
"qual_name_offset": 13,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "5:16-5:17|0|3|2",
|
||||
@ -74,6 +78,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 2580122838476012357,
|
||||
"detailed_name": "ImplementedType b",
|
||||
"qual_name_offset": 16,
|
||||
"short_name": "b",
|
||||
"declarations": [],
|
||||
"spell": "6:19-6:20|0|3|2",
|
||||
|
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13749354388332789217,
|
||||
"detailed_name": "ForwardType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ForwardType",
|
||||
"kind": 23,
|
||||
"declarations": ["1:8-1:19|-1|1|1"],
|
||||
@ -26,6 +27,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 8508299082070213750,
|
||||
"detailed_name": "ImplementedType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ImplementedType",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 1699390678058422036,
|
||||
"detailed_name": "void foo(ForwardType *f, ImplementedType a)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -59,6 +62,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13058491096576226774,
|
||||
"detailed_name": "ForwardType *f",
|
||||
"qual_name_offset": 13,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "4:23-4:24|0|3|2",
|
||||
@ -71,6 +75,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11055777568039014776,
|
||||
"detailed_name": "ImplementedType a",
|
||||
"qual_name_offset": 16,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "4:42-4:43|0|3|2",
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": ["1:8-1:11|-1|1|1"],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8908726657907936744,
|
||||
"detailed_name": "void foo(Foo *f, Foo *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -51,6 +53,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13823260660189154978,
|
||||
"detailed_name": "Foo *f",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "4:15-4:16|0|3|2",
|
||||
|
@ -9,6 +9,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13749354388332789217,
|
||||
"detailed_name": "ForwardType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "ForwardType",
|
||||
"kind": 23,
|
||||
"declarations": ["1:8-1:19|-1|1|1"],
|
||||
@ -24,6 +25,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15327735280790448926,
|
||||
"detailed_name": "void foo(ForwardType *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -15,6 +15,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13487927231218873822,
|
||||
"detailed_name": "Type",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Type",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16858540520096802573,
|
||||
"detailed_name": "void foo(Type &a0, const Type &a1)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 7997456978847868736,
|
||||
"detailed_name": "Type &a0",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "a0",
|
||||
"declarations": [],
|
||||
"spell": "3:16-3:18|0|3|2",
|
||||
@ -60,6 +63,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17228576662112939520,
|
||||
"detailed_name": "const Type &a1",
|
||||
"qual_name_offset": 12,
|
||||
"short_name": "a1",
|
||||
"declarations": [],
|
||||
"spell": "3:32-3:34|0|3|2",
|
||||
@ -72,6 +76,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 15429032129697337561,
|
||||
"detailed_name": "Type a2",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "a2",
|
||||
"declarations": [],
|
||||
"spell": "4:8-4:10|0|3|2",
|
||||
@ -84,6 +89,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 6081981442495435784,
|
||||
"detailed_name": "Type *a3",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "a3",
|
||||
"declarations": [],
|
||||
"spell": "5:9-5:11|0|3|2",
|
||||
@ -96,6 +102,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 5004072032239834773,
|
||||
"detailed_name": "const Type *a4",
|
||||
"qual_name_offset": 12,
|
||||
"short_name": "a4",
|
||||
"declarations": [],
|
||||
"spell": "6:15-6:17|0|3|2",
|
||||
@ -108,6 +115,7 @@ OUTPUT:
|
||||
"id": 5,
|
||||
"usr": 14939253431683105646,
|
||||
"detailed_name": "const Type *const a5",
|
||||
"qual_name_offset": 18,
|
||||
"short_name": "a5",
|
||||
"hover": "const Type *const a5 = nullptr",
|
||||
"declarations": [],
|
||||
|
@ -9,6 +9,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13487927231218873822,
|
||||
"detailed_name": "Type",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Type",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -27,6 +28,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 6601831367240627080,
|
||||
"detailed_name": "Type t",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "t",
|
||||
"declarations": [],
|
||||
"spell": "2:13-2:14|-1|1|2",
|
||||
|
@ -26,6 +26,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 13487927231218873822,
|
||||
"detailed_name": "Type",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Type",
|
||||
"kind": 23,
|
||||
"declarations": ["1:8-1:12|-1|1|1"],
|
||||
@ -40,6 +41,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -57,6 +59,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "Type *foo()",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -78,6 +81,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 13402221340333431092,
|
||||
"detailed_name": "Type *Foo::Get(int)",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "Get",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -97,6 +101,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4240751906910175539,
|
||||
"detailed_name": "void Foo::Empty()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "Empty",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -116,6 +121,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 7746867874366499515,
|
||||
"detailed_name": "const Type &external()",
|
||||
"qual_name_offset": 12,
|
||||
"short_name": "external",
|
||||
"kind": 12,
|
||||
"storage": 2,
|
||||
@ -132,6 +138,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 18408440185620243373,
|
||||
"detailed_name": "Type *bar()",
|
||||
"qual_name_offset": 6,
|
||||
"short_name": "bar",
|
||||
"kind": 12,
|
||||
"storage": 3,
|
||||
|
@ -18,6 +18,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": ["1:8-1:11|-1|1|1"],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 1544499294580512394,
|
||||
"detailed_name": "Foo1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo1",
|
||||
"kind": 252,
|
||||
"hover": "using Foo1 = Foo*",
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 15466821155413653804,
|
||||
"detailed_name": "Foo2",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo2",
|
||||
"kind": 252,
|
||||
"hover": "typedef Foo Foo2",
|
||||
@ -68,6 +71,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 17897026942631673064,
|
||||
"detailed_name": "Foo3",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo3",
|
||||
"kind": 252,
|
||||
"hover": "using Foo3 = Foo1",
|
||||
@ -86,6 +90,7 @@ OUTPUT:
|
||||
"id": 4,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -100,6 +105,7 @@ OUTPUT:
|
||||
"id": 5,
|
||||
"usr": 2638219001294786365,
|
||||
"detailed_name": "Foo4",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo4",
|
||||
"kind": 252,
|
||||
"hover": "using Foo4 = int",
|
||||
@ -119,6 +125,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9119341505144503905,
|
||||
"detailed_name": "void accept(Foo *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -134,6 +141,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 558620830317390922,
|
||||
"detailed_name": "void accept1(Foo1 *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept1",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -149,6 +157,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 10523262907746124479,
|
||||
"detailed_name": "void accept2(Foo2 *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept2",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -164,6 +173,7 @@ OUTPUT:
|
||||
"id": 3,
|
||||
"usr": 14986366321326974406,
|
||||
"detailed_name": "void accept3(Foo3 *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept3",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -13,6 +13,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10528472276654770367,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": ["2:8-2:11|-1|1|1"],
|
||||
@ -27,6 +28,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 1544499294580512394,
|
||||
"detailed_name": "Foo1",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo1",
|
||||
"kind": 252,
|
||||
"hover": "using Foo1 = Foo<int>",
|
||||
@ -45,6 +47,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 15933698173231330933,
|
||||
"detailed_name": "Foo2",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo2",
|
||||
"kind": 252,
|
||||
"hover": "typedef Foo<Foo1> Foo2",
|
||||
|
@ -18,6 +18,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -35,6 +36,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9488177941273031343,
|
||||
"detailed_name": "Foo *Foo::make()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "make",
|
||||
"kind": 6,
|
||||
"storage": 1,
|
||||
@ -55,6 +57,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16380484338511689669,
|
||||
"detailed_name": "Foo f",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "6:7-6:8|0|3|2",
|
||||
@ -67,6 +70,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 14455976355866885943,
|
||||
"detailed_name": "Foo foo",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "foo",
|
||||
"declarations": ["10:12-10:15|-1|1|1"],
|
||||
"type": 0,
|
||||
|
@ -23,6 +23,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -39,6 +40,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -54,6 +56,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 18319417758892371313,
|
||||
"detailed_name": "void called(int a)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -70,6 +73,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11404602816585117695,
|
||||
"detailed_name": "int gen()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "gen",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -86,6 +90,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -102,6 +107,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11489549839875479478,
|
||||
"detailed_name": "int Foo::static_var",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "static_var",
|
||||
"hover": "int Foo::static_var = 0",
|
||||
"declarations": ["6:14-6:24|0|2|1"],
|
||||
@ -115,6 +121,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 9648311402855509901,
|
||||
"detailed_name": "int Foo::field_var",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "field_var",
|
||||
"declarations": [],
|
||||
"spell": "7:7-7:16|0|2|2",
|
||||
@ -127,6 +134,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 8039186520399841081,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"hover": "int a = 5",
|
||||
"declarations": [],
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 18319417758892371313,
|
||||
"detailed_name": "void called(int a)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11404602816585117695,
|
||||
"detailed_name": "int gen()",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "gen",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -47,6 +49,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 468307235068920063,
|
||||
"detailed_name": "void called()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "called",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 11404881820527069090,
|
||||
"detailed_name": "void caller()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "caller",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 9121974011454213596,
|
||||
"detailed_name": "void (*)() x",
|
||||
"qual_name_offset": 11,
|
||||
"short_name": "x",
|
||||
"declarations": [],
|
||||
"spell": "4:8-4:9|1|3|2",
|
||||
|
@ -26,6 +26,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 5,
|
||||
"declarations": [],
|
||||
@ -42,6 +43,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -57,6 +59,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17175780305784503374,
|
||||
"detailed_name": "void accept(int)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -73,6 +76,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 12086644540399881766,
|
||||
"detailed_name": "void accept(int *)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -89,6 +93,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -105,6 +110,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4220150017963593039,
|
||||
"detailed_name": "int Foo::x",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "x",
|
||||
"declarations": [],
|
||||
"spell": "3:7-3:8|0|2|2",
|
||||
@ -117,6 +123,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 3873837747174060388,
|
||||
"detailed_name": "int Foo::y",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "y",
|
||||
"declarations": [],
|
||||
"spell": "4:7-4:8|0|2|2",
|
||||
@ -129,6 +136,7 @@ OUTPUT:
|
||||
"id": 2,
|
||||
"usr": 14669930844300034456,
|
||||
"detailed_name": "Foo f",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "f",
|
||||
"declarations": [],
|
||||
"spell": "11:7-11:8|2|3|2",
|
||||
|
@ -17,6 +17,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 15041163540773201510,
|
||||
"detailed_name": "Foo",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Foo",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -33,6 +34,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -48,6 +50,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17175780305784503374,
|
||||
"detailed_name": "void accept(int)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "accept",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -64,6 +67,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -80,6 +84,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 8599782646965457351,
|
||||
"detailed_name": "int Foo::x",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "x",
|
||||
"declarations": ["2:14-2:15|0|2|1"],
|
||||
"type": 1,
|
||||
|
@ -16,6 +16,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 5792006888140599735,
|
||||
"detailed_name": "VarType",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "VarType",
|
||||
"kind": 10,
|
||||
"declarations": [],
|
||||
@ -32,6 +33,7 @@ OUTPUT:
|
||||
"id": 1,
|
||||
"usr": 10028537921178202800,
|
||||
"detailed_name": "Holder",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "Holder",
|
||||
"kind": 23,
|
||||
"declarations": [],
|
||||
@ -50,6 +52,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 7057400933868440116,
|
||||
"detailed_name": "const VarType Holder::static_var",
|
||||
"qual_name_offset": 14,
|
||||
"short_name": "static_var",
|
||||
"hover": "const VarType Holder::static_var = (VarType)0x0",
|
||||
"declarations": ["4:28-4:38|1|2|1"],
|
||||
|
@ -12,6 +12,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -27,6 +28,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 4259594751088586730,
|
||||
"detailed_name": "void foo()",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -43,6 +45,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 16721564935990383768,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"declarations": ["1:12-1:13|-1|1|1"],
|
||||
"type": 0,
|
||||
|
@ -10,6 +10,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 17,
|
||||
"detailed_name": "",
|
||||
"qual_name_offset": 0,
|
||||
"short_name": "",
|
||||
"kind": 0,
|
||||
"declarations": [],
|
||||
@ -25,6 +26,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 11998306017310352355,
|
||||
"detailed_name": "void foo(int a)",
|
||||
"qual_name_offset": 5,
|
||||
"short_name": "foo",
|
||||
"kind": 12,
|
||||
"storage": 1,
|
||||
@ -41,6 +43,7 @@ OUTPUT:
|
||||
"id": 0,
|
||||
"usr": 10063793875496522529,
|
||||
"detailed_name": "int a",
|
||||
"qual_name_offset": 4,
|
||||
"short_name": "a",
|
||||
"declarations": [],
|
||||
"spell": "1:14-1:15|0|3|2",
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user