1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
{
"definitions": [
{
"kind": "enum",
"name": "some_enum",
"body": {
"file": "source0.h",
"start_line": 45,
"end_line": 48
},
"comment": {}
},
{
"kind": "function",
"name": "close",
"type": "int ()",
"body": {
"file": "source0.c",
"start_line": 19,
"end_line": 22
},
"comment": {}
},
{
"kind": "function",
"name": "func_in_header",
"type": "int ()",
"is_static": true,
"body": {
"file": "source0.h",
"start_line": 12,
"end_line": 15
},
"comment": {}
},
{
"kind": "function",
"name": "function_with_comment_in_header",
"type": "void ()",
"body": {
"file": "source0.c",
"start_line": 24,
"end_line": 27
},
"comment": {},
"refs": [
{
"kind": "calls",
"entity_kind": "function",
"name": "same_name_in_several_files",
"line": 26
}
]
},
{
"kind": "function",
"name": "open",
"type": "int ()",
"body": {
"file": "source0.c",
"start_line": 11,
"end_line": 17
},
"comment": {
"file": "source0.c",
"start_line": 11,
"end_line": 13
}
},
{
"kind": "struct",
"name": "another_struct",
"body": {
"file": "source0.h",
"start_line": 36,
"end_line": 38
},
"comment": {}
},
{
"kind": "struct",
"name": "some_struct",
"body": {
"file": "source0.h",
"start_line": 17,
"end_line": 20
},
"comment": {}
},
{
"kind": "struct",
"name": "some_struct_with_a_comment",
"body": {
"file": "source0.h",
"start_line": 24,
"end_line": 30
},
"comment": {
"file": "source0.h",
"start_line": 24,
"end_line": 26
}
},
{
"kind": "struct",
"name": "struct_in_c_file",
"body": {
"file": "source0.c",
"start_line": 6,
"end_line": 9
},
"comment": {}
},
{
"kind": "typedef",
"name": "another_struct_t",
"body": {
"file": "source0.h",
"start_line": 36,
"end_line": 38
},
"comment": {}
},
{
"kind": "typedef",
"name": "some_enum_t",
"body": {
"file": "source0.h",
"start_line": 50,
"end_line": 50
},
"comment": {}
},
{
"kind": "typedef",
"name": "some_struct_t",
"body": {
"file": "source0.h",
"start_line": 22,
"end_line": 22
},
"comment": {}
},
{
"kind": "typedef",
"name": "typedefed_struct_t",
"body": {
"file": "source0.h",
"start_line": 32,
"end_line": 34
},
"comment": {}
},
{
"kind": "union",
"name": "some_union",
"body": {
"file": "source0.h",
"start_line": 40,
"end_line": 43
},
"comment": {}
}
]
}
|