mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 15:15:07 +00:00
29 lines
467 B
C++
29 lines
467 B
C++
#ifndef FOO
|
|
#define FOO
|
|
|
|
#endif
|
|
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"includes": [],
|
|
"skipped_ranges": [],
|
|
"usr2func": [],
|
|
"usr2type": [],
|
|
"usr2var": [{
|
|
"usr": 14219599523415845943,
|
|
"detailed_name": "FOO",
|
|
"qual_name_offset": 0,
|
|
"short_name": "FOO",
|
|
"hover": "#define FOO",
|
|
"spell": "2:9-2:12|2:9-2:12|2|-1",
|
|
"type": 0,
|
|
"kind": 255,
|
|
"parent_kind": 1,
|
|
"storage": 0,
|
|
"declarations": [],
|
|
"uses": []
|
|
}]
|
|
}
|
|
*/
|