@@ -166,87 +166,88 @@ export enum ASTSlot {
166166 newLoc = 144 ,
167167 newPlacement = 145 ,
168168 noexceptLoc = 146 ,
169- offsetofLoc = 147 ,
170- op = 148 ,
171- opLoc = 149 ,
172- openLoc = 150 ,
173- operatorFunctionId = 151 ,
174- operatorLoc = 152 ,
175- otherVirtualOrAccessLoc = 153 ,
176- outputOperandList = 154 ,
177- parameterDeclarationClause = 155 ,
178- parameterDeclarationList = 156 ,
179- privateLoc = 157 ,
180- privateModuleFragment = 158 ,
181- ptrOpList = 159 ,
182- qualifier = 160 ,
183- qualifierLoc = 161 ,
184- questionLoc = 162 ,
185- rangeDeclaration = 163 ,
186- rangeInitializer = 164 ,
187- rbraceLoc = 165 ,
188- rbracket2Loc = 166 ,
189- rbracketLoc = 167 ,
190- refLoc = 168 ,
191- refOp = 169 ,
192- refQualifierLoc = 170 ,
193- requirementList = 171 ,
194- requiresClause = 172 ,
195- requiresLoc = 173 ,
196- restrictLoc = 174 ,
197- returnLoc = 175 ,
198- rightExpression = 176 ,
199- rparen2Loc = 177 ,
200- rparenLoc = 178 ,
201- scopeLoc = 179 ,
202- secondColonLoc = 180 ,
203- semicolonLoc = 181 ,
204- sizeExpression = 182 ,
205- sizeofLoc = 183 ,
206- specifier = 184 ,
207- specifierLoc = 185 ,
208- splicer = 186 ,
209- starLoc = 187 ,
210- statement = 188 ,
211- statementList = 189 ,
212- staticAssertLoc = 190 ,
213- staticLoc = 191 ,
214- stringLiteral = 192 ,
215- stringliteralLoc = 193 ,
216- switchLoc = 194 ,
217- symbolicName = 195 ,
218- symbolicNameLoc = 196 ,
219- templateArgumentList = 197 ,
220- templateId = 198 ,
221- templateLoc = 199 ,
222- templateParameterList = 200 ,
223- templateRequiresClause = 201 ,
224- thisLoc = 202 ,
225- threadLoc = 203 ,
226- threadLocalLoc = 204 ,
227- throwLoc = 205 ,
228- tildeLoc = 206 ,
229- trailingReturnType = 207 ,
230- tryLoc = 208 ,
231- typeConstraint = 209 ,
232- typeId = 210 ,
233- typeIdList = 211 ,
234- typeLoc = 212 ,
235- typeSpecifier = 213 ,
236- typeSpecifierList = 214 ,
237- typeTraitLoc = 215 ,
238- typedefLoc = 216 ,
239- typeidLoc = 217 ,
240- typenameLoc = 218 ,
241- underlyingTypeLoc = 219 ,
242- unqualifiedId = 220 ,
243- usingDeclaratorList = 221 ,
244- usingLoc = 222 ,
245- vaArgLoc = 223 ,
246- virtualLoc = 224 ,
247- virtualOrAccessLoc = 225 ,
248- voidLoc = 226 ,
249- volatileLoc = 227 ,
250- whileLoc = 228 ,
251- yieldLoc = 229 ,
169+ noreturnLoc = 147 ,
170+ offsetofLoc = 148 ,
171+ op = 149 ,
172+ opLoc = 150 ,
173+ openLoc = 151 ,
174+ operatorFunctionId = 152 ,
175+ operatorLoc = 153 ,
176+ otherVirtualOrAccessLoc = 154 ,
177+ outputOperandList = 155 ,
178+ parameterDeclarationClause = 156 ,
179+ parameterDeclarationList = 157 ,
180+ privateLoc = 158 ,
181+ privateModuleFragment = 159 ,
182+ ptrOpList = 160 ,
183+ qualifier = 161 ,
184+ qualifierLoc = 162 ,
185+ questionLoc = 163 ,
186+ rangeDeclaration = 164 ,
187+ rangeInitializer = 165 ,
188+ rbraceLoc = 166 ,
189+ rbracket2Loc = 167 ,
190+ rbracketLoc = 168 ,
191+ refLoc = 169 ,
192+ refOp = 170 ,
193+ refQualifierLoc = 171 ,
194+ requirementList = 172 ,
195+ requiresClause = 173 ,
196+ requiresLoc = 174 ,
197+ restrictLoc = 175 ,
198+ returnLoc = 176 ,
199+ rightExpression = 177 ,
200+ rparen2Loc = 178 ,
201+ rparenLoc = 179 ,
202+ scopeLoc = 180 ,
203+ secondColonLoc = 181 ,
204+ semicolonLoc = 182 ,
205+ sizeExpression = 183 ,
206+ sizeofLoc = 184 ,
207+ specifier = 185 ,
208+ specifierLoc = 186 ,
209+ splicer = 187 ,
210+ starLoc = 188 ,
211+ statement = 189 ,
212+ statementList = 190 ,
213+ staticAssertLoc = 191 ,
214+ staticLoc = 192 ,
215+ stringLiteral = 193 ,
216+ stringliteralLoc = 194 ,
217+ switchLoc = 195 ,
218+ symbolicName = 196 ,
219+ symbolicNameLoc = 197 ,
220+ templateArgumentList = 198 ,
221+ templateId = 199 ,
222+ templateLoc = 200 ,
223+ templateParameterList = 201 ,
224+ templateRequiresClause = 202 ,
225+ thisLoc = 203 ,
226+ threadLoc = 204 ,
227+ threadLocalLoc = 205 ,
228+ throwLoc = 206 ,
229+ tildeLoc = 207 ,
230+ trailingReturnType = 208 ,
231+ tryLoc = 209 ,
232+ typeConstraint = 210 ,
233+ typeId = 211 ,
234+ typeIdList = 212 ,
235+ typeLoc = 213 ,
236+ typeSpecifier = 214 ,
237+ typeSpecifierList = 215 ,
238+ typeTraitLoc = 216 ,
239+ typedefLoc = 217 ,
240+ typeidLoc = 218 ,
241+ typenameLoc = 219 ,
242+ underlyingTypeLoc = 220 ,
243+ unqualifiedId = 221 ,
244+ usingDeclaratorList = 222 ,
245+ usingLoc = 223 ,
246+ vaArgLoc = 224 ,
247+ virtualLoc = 225 ,
248+ virtualOrAccessLoc = 226 ,
249+ voidLoc = 227 ,
250+ volatileLoc = 228 ,
251+ whileLoc = 229 ,
252+ yieldLoc = 230 ,
252253}
0 commit comments