2018-03-31 03:16:33 +00:00
|
|
|
#define A 5
|
|
|
|
#define DISALLOW(type) type(type&&) = delete;
|
|
|
|
|
|
|
|
struct Foo {
|
|
|
|
DISALLOW(Foo);
|
|
|
|
};
|
|
|
|
|
|
|
|
int x = A;
|
|
|
|
|
|
|
|
/*
|
|
|
|
OUTPUT:
|
|
|
|
{
|
|
|
|
"includes": [],
|
|
|
|
"skipped_by_preprocessor": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2func": [{
|
|
|
|
"usr": 13788753348312146871,
|
|
|
|
"detailed_name": "void Foo::Foo(Foo &&)",
|
|
|
|
"qual_name_offset": 5,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "Foo",
|
2018-04-30 04:49:03 +00:00
|
|
|
"kind": 9,
|
|
|
|
"storage": 1,
|
|
|
|
"declarations": [],
|
|
|
|
"spell": "5:12-5:15|15041163540773201510|2|2",
|
|
|
|
"extent": "5:12-5:16|15041163540773201510|2|0",
|
|
|
|
"declaring_type": 15041163540773201510,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"vars": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"uses": [],
|
|
|
|
"callees": []
|
|
|
|
}],
|
|
|
|
"usr2type": [{
|
2018-03-31 03:16:33 +00:00
|
|
|
"usr": 17,
|
|
|
|
"detailed_name": "",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "",
|
|
|
|
"kind": 0,
|
|
|
|
"declarations": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"alias_of": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
|
|
|
"types": [],
|
|
|
|
"funcs": [],
|
|
|
|
"vars": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"instances": [10677751717622394455],
|
2018-03-31 03:16:33 +00:00
|
|
|
"uses": []
|
2018-04-30 04:49:03 +00:00
|
|
|
}, {
|
|
|
|
"usr": 15041163540773201510,
|
|
|
|
"detailed_name": "Foo",
|
|
|
|
"qual_name_offset": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "Foo",
|
2018-04-30 04:49:03 +00:00
|
|
|
"kind": 23,
|
|
|
|
"declarations": ["5:12-5:15|0|1|4"],
|
|
|
|
"spell": "4:8-4:11|0|1|2",
|
|
|
|
"extent": "4:1-6:2|0|1|0",
|
|
|
|
"alias_of": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"bases": [],
|
|
|
|
"derived": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"types": [],
|
|
|
|
"funcs": [13788753348312146871],
|
2018-03-31 03:16:33 +00:00
|
|
|
"vars": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"instances": [],
|
|
|
|
"uses": ["5:12-5:15|15041163540773201510|2|4"]
|
2018-03-31 03:16:33 +00:00
|
|
|
}],
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr2var": [{
|
|
|
|
"usr": 2056319845419860263,
|
|
|
|
"detailed_name": "DISALLOW",
|
|
|
|
"qual_name_offset": 0,
|
|
|
|
"short_name": "DISALLOW",
|
|
|
|
"hover": "#define DISALLOW(type) type(type&&) = delete;",
|
2018-03-31 03:16:33 +00:00
|
|
|
"declarations": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"spell": "2:9-2:17|0|1|2",
|
|
|
|
"extent": "2:9-2:46|0|1|0",
|
|
|
|
"type": 0,
|
|
|
|
"uses": ["5:3-5:11|0|1|4"],
|
|
|
|
"kind": 255,
|
|
|
|
"storage": 0
|
2018-03-31 03:16:33 +00:00
|
|
|
}, {
|
|
|
|
"usr": 7651988378939587454,
|
|
|
|
"detailed_name": "A",
|
2018-04-06 00:00:07 +00:00
|
|
|
"qual_name_offset": 0,
|
2018-03-31 03:16:33 +00:00
|
|
|
"short_name": "A",
|
|
|
|
"hover": "#define A 5",
|
|
|
|
"declarations": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"spell": "1:9-1:10|0|1|2",
|
|
|
|
"extent": "1:9-1:12|0|1|0",
|
|
|
|
"type": 0,
|
|
|
|
"uses": ["8:9-8:10|0|1|4"],
|
2018-03-31 03:16:33 +00:00
|
|
|
"kind": 255,
|
|
|
|
"storage": 0
|
|
|
|
}, {
|
2018-04-30 04:49:03 +00:00
|
|
|
"usr": 10677751717622394455,
|
|
|
|
"detailed_name": "int x",
|
|
|
|
"qual_name_offset": 4,
|
|
|
|
"short_name": "x",
|
|
|
|
"hover": "int x = A",
|
2018-03-31 03:16:33 +00:00
|
|
|
"declarations": [],
|
2018-04-30 04:49:03 +00:00
|
|
|
"spell": "8:5-8:6|0|1|2",
|
|
|
|
"extent": "8:1-8:10|0|1|0",
|
|
|
|
"type": 17,
|
|
|
|
"uses": [],
|
|
|
|
"kind": 13,
|
|
|
|
"storage": 1
|
2018-03-31 03:16:33 +00:00
|
|
|
}]
|
|
|
|
}
|
|
|
|
*/
|